Fix proguard

This commit is contained in:
soraefir
2026-05-23 14:12:11 +02:00
parent 249b281ae1
commit 2a76ef340b

View File

@@ -3,5 +3,6 @@
-keepattributes Signature
-keep class org.joda.convert.** { *; }
-dontwarn org.threeten.bp.**
# Optional. For using GSON @Expose annotation
-keepattributes AnnotationDefault,RuntimeVisibleAnnotations