Updated Gradle and AGP to 8
This commit is contained in:
Vendored
+3
-2
@@ -1,11 +1,12 @@
|
||||
-dontobfuscate
|
||||
|
||||
#these are essential packages that should not be "optimized" in any way
|
||||
#the main purpose of d8 here is to shrink the absurdly-large google play games libraries
|
||||
-keep class mindustry.** { *; }
|
||||
-keep class arc.** { *; }
|
||||
-keep class net.jpountz.** { *; }
|
||||
-keep class rhino.** { *; }
|
||||
-keep class com.android.dex.** { *; }
|
||||
-keepattributes Signature,*Annotation*,InnerClasses,EnclosingMethod
|
||||
|
||||
-dontwarn javax.naming.**
|
||||
|
||||
#-printusage out.txt
|
||||
Reference in New Issue
Block a user