mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-30 04:10:41 -08:00
proguard-rules.pro add -keep class com.android.dx.** { *; } (#11197)
This commit is contained in:
parent
729f18726f
commit
e2c828b0bf
1 changed files with 1 additions and 0 deletions
1
android/proguard-rules.pro
vendored
1
android/proguard-rules.pro
vendored
|
|
@ -5,6 +5,7 @@
|
|||
-keep class net.jpountz.** { *; }
|
||||
-keep class rhino.** { *; }
|
||||
-keep class com.android.dex.** { *; }
|
||||
-keep class com.android.dx.** { *; }
|
||||
-keepattributes Signature,*Annotation*,InnerClasses,EnclosingMethod
|
||||
|
||||
-dontwarn javax.naming.**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue