5e759d4f1f
A few things to note: - R8 is currently experimental, but is becoming default in AS 3.4 - R8 results in a decent decrease in bytecode size - R8 necessitates switching off proguard-optimize, as that config nukes the line number table even with -keepattributes LineNumberTable. Hopefully that will be fixed and optimize can be re-enabled for even more size savings. - No instability has been observed, but if any crops up I will revert
5 lines
257 B
Prolog
5 lines
257 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 { *; } |