mirror of
https://github.com/philj56/gbcc-android.git
synced 2025-02-18 12:30:43 +00:00
13 lines
292 B
Prolog
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 |