2017-03-12 16:00:37 +00:00
|
|
|
# retain these to support class references and meaningful stack traces
|
|
|
|
-keepnames class com.shatteredpixel.** { *; }
|
|
|
|
-keepnames class com.watabou.** { *; }
|
2017-11-06 07:20:44 +00:00
|
|
|
-keep class com.shatteredpixel.shatteredpixeldungeon { *; }
|
|
|
|
-keep class com.watabou.noosa.game { *; }
|
2016-09-02 23:16:07 +00:00
|
|
|
-keepattributes SourceFile,LineNumberTable
|