fix: Keep names for needed classes to fix crash at launch

This commit is contained in:
oSumAtrIX 2024-03-05 03:19:20 +01:00
parent 97d8519b8b
commit eef701615b
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -11,6 +11,7 @@
-keep class com.google.auto.value.** { *; }
-keep class com.android.apksig.internal.** { *; }
-keepnames class com.google.common.collect.**
-keepnames class org.xmlpull.** { *; }
-dontwarn com.google.auto.value.**
-dontwarn com.google.j2objc.annotations.*