8 lines
433 B
Prolog
8 lines
433 B
Prolog
# retain these to support class references for the bundling and translation systems
|
|
-keepnames class com.shatteredpixel.** { *; }
|
|
-keepnames class com.watabou.** { *; }
|
|
|
|
# retained to support meaningful stack traces
|
|
# note that the mapping file must be referenced in order to make sense of line numbers
|
|
# mapping file can be found in core/build/outputs/mapping after running a release build
|
|
-keepattributes SourceFile,LineNumberTable |