6 lines
300 B
Prolog
6 lines
300 B
Prolog
# 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 |