2019-04-20 18:50:41 +00:00
|
|
|
# retain these to support class references for the bundling and translation systems
|
2017-03-12 16:00:37 +00:00
|
|
|
-keepnames class com.shatteredpixel.** { *; }
|
|
|
|
-keepnames class com.watabou.** { *; }
|
2019-04-20 18:50:41 +00:00
|
|
|
|
|
|
|
# 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
|