Updated Gradle and AGP to 8

This commit is contained in:
Anuken
2024-07-06 14:57:49 -04:00
parent 62df1e321d
commit aa645fe67c
5 changed files with 15 additions and 8 deletions
+3 -2
View File
@@ -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