1
0
mirror of https://codeberg.org/Freeyourgadget/Gadgetbridge synced 2025-01-26 17:47:34 +01:00

Update android-emojify to v1.9.6

This commit is contained in:
dependency-bot 2025-01-11 01:10:36 +00:00 committed by José Rebelo
parent a546769ef7
commit 21fd5dd735

View File

@ -241,9 +241,9 @@ dependencies {
implementation "org.apache.commons:commons-lang3:3.17.0"
implementation "org.cyanogenmod:platform.sdk:6.0"
implementation 'com.jaredrummler:colorpicker:1.1.0'
implementation 'com.github.wax911.android-emojify:contract:1.9.5'
implementation 'com.github.wax911.android-emojify:emojify:1.9.5'
implementation 'com.github.wax911.android-emojify:gson:1.9.5'
implementation 'com.github.wax911.android-emojify:contract:1.9.6'
implementation 'com.github.wax911.android-emojify:emojify:1.9.6'
implementation 'com.github.wax911.android-emojify:gson:1.9.6'
implementation 'com.google.protobuf:protobuf-javalite:4.29.2'
implementation 'com.android.volley:volley:1.2.1'
implementation 'org.msgpack:msgpack-core:0.9.8'