Magic_Ling_Pixel_Dungeon/core/proguard-rules.pro

6 lines
300 B
Prolog
Raw Normal View History

# retain these to support class references and meaningful stack traces
-keepnames class com.shatteredpixel.** { *; }
-keepnames class com.watabou.** { *; }
-keep class com.shatteredpixel.shatteredpixeldungeon { *; }
-keep class com.watabou.noosa.game { *; }
-keepattributes SourceFile,LineNumberTable