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 { *; }
|
2018-07-08 23:10:36 +00:00
|
|
|
-keepattributes SourceFile,LineNumberTable
|
|
|
|
|
|
|
|
# overrides default in proguard-android-optimize.txt, which is:
|
|
|
|
# -optimizations !code/simplification/arithmetic,!code/simplification/cast,!field/*,!class/merging/*
|
|
|
|
# This is because code/simplification/arithmetic is safe to use on android 2.0+
|
|
|
|
-optimizations !code/simplification/cast,!field/*,!class/merging/*
|