Update android-emojify to 1.9.2

- Ignore the moshi R8 errors, since we use gson
- Add explicit rtl support, otherwise the lib removes it
- Refactor EmojiConverter to exclude fitzpatrick
This commit is contained in:
José Rebelo
2024-07-04 19:58:03 +01:00
parent 21130b7562
commit 5c5b036e20
6 changed files with 106 additions and 31 deletions
+4 -6
View File
@@ -64,12 +64,10 @@
# Keep Nordic DFU library
-keep class no.nordicsemi.android.dfu.** { *; }
# Keep dependency android-emojify (io.wax911.emojify) uses
-keep class org.hamcrest.** { *; }
-dontwarn java.beans.BeanInfo
-dontwarn java.beans.IntrospectionException
-dontwarn java.beans.Introspector
-dontwarn java.beans.PropertyDescriptor
# 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.** { *; }