Skip to content

Commit

Permalink
fix: Keep names for needed classes to fix crash at launch
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Mar 5, 2024
1 parent 97d8519 commit eef7016
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/proguard-rules.pro
Expand Up @@ -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.*
Expand Down

0 comments on commit eef7016

Please sign in to comment.