gbcc-android/app/proguard-rules.pro
Phil Jones 64b731af6b
Split most classes into separate files.
Non-activity class files are placed into packages named after the
associated activity.
2022-04-29 16:24:50 +01:00

13 lines
292 B
Prolog

-keep class com.philj56.gbcc.SettingsFragment {
<init>();
}
#-dontobfuscate
# For readable stack traces
-renamesourcefileattribute SourceFile
-keepattributes SourceFile, LineNumberTable
# Allows some shrinking, safe when not making a library?
-repackageclasses ''
-allowaccessmodification