Mindustry/android/proguard-rules.pro

9 lines
334 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-06-04 19:36:27 +07:00
-keep class com.android.dex.** { *; }