proguard-rules.pro add -keep class com.android.dx.** { *; } (#11197)

This commit is contained in:
Eipusino
2025-09-14 04:48:12 +08:00
committed by GitHub
parent 729f18726f
commit e2c828b0bf

View File

@@ -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.**