Mindustry/android/proguard-rules.pro
2021-12-15 14:51:42 -05:00

11 lines
356 B
Prolog

-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.** { *; }
#-printusage out.txt