mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-09 03:37:03 +01:00
Update gson to 2.11.0, simplify android-emojify
This commit is contained in:
parent
cb7acb0cec
commit
add068ab77
@ -224,7 +224,7 @@ dependencies {
|
||||
|
||||
implementation "com.google.android.material:material:1.9.0"
|
||||
implementation 'com.google.android.flexbox:flexbox:3.0.0'
|
||||
implementation "com.google.code.gson:gson:2.8.9"
|
||||
implementation "com.google.code.gson:gson:2.11.0"
|
||||
|
||||
implementation "no.nordicsemi.android:dfu:1.12.0"
|
||||
implementation "com.github.tony19:logback-android:3.0.0"
|
||||
@ -240,7 +240,9 @@ dependencies {
|
||||
implementation "org.apache.commons:commons-lang3:3.7"
|
||||
implementation "org.cyanogenmod:platform.sdk:6.0"
|
||||
implementation 'com.jaredrummler:colorpicker:1.1.0'
|
||||
implementation 'com.github.wax911:android-emojify:1.9.2'
|
||||
implementation 'com.github.wax911.android-emojify:contract:1.9.2'
|
||||
implementation 'com.github.wax911.android-emojify:emojify:1.9.2'
|
||||
implementation 'com.github.wax911.android-emojify:gson:1.9.2'
|
||||
implementation 'com.google.protobuf:protobuf-javalite:4.27.2'
|
||||
implementation 'com.android.volley:volley:1.2.1'
|
||||
|
||||
|
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -64,11 +64,6 @@
|
||||
# Keep Nordic DFU library
|
||||
-keep class no.nordicsemi.android.dfu.** { *; }
|
||||
|
||||
# For android-emojify - we are not using moshi, so ignore these
|
||||
-dontwarn com.squareup.moshi.**
|
||||
-dontwarn kotlinx.serialization.**
|
||||
-dontwarn okio.**
|
||||
|
||||
# Keep logback classes
|
||||
-keep class ch.qos.** { *; }
|
||||
-keep class org.slf4j.** { *; }
|
||||
|
Loading…
Reference in New Issue
Block a user