Mindustry/android/proguard-rules.pro

11 lines
356 B
Prolog
Raw Normal View History

2021-06-02 22:08:08 +07:00
-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.** { *; }
2021-12-16 02:51:42 +07:00
-keep class com.android.dex.** { *; }
#-printusage out.txt