mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
fix: Keep names for needed classes to fix crash at launch
This commit is contained in:
parent
97d8519b8b
commit
eef701615b
1 changed files with 1 additions and 0 deletions
1
android/app/proguard-rules.pro
vendored
1
android/app/proguard-rules.pro
vendored
|
@ -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.*
|
||||
|
|
Loading…
Reference in a new issue