Adds proguard config.
This commit is contained in:
11
Android/app/proguard-rules.pro
vendored
11
Android/app/proguard-rules.pro
vendored
@@ -19,3 +19,14 @@
|
|||||||
# If you keep the line number information, uncomment this to
|
# If you keep the line number information, uncomment this to
|
||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
|
|
||||||
|
-keep enum com.majinnaibu.monstercards.data.enums.AbilityScore
|
||||||
|
-keep enum com.majinnaibu.monstercards.data.enums.ProficiencyType
|
||||||
|
-keep enum com.majinnaibu.monstercards.data.enums.AdvantageType
|
||||||
|
-keep enum com.majinnaibu.monstercards.data.enums.TraitType
|
||||||
|
-keep enum com.majinnaibu.monstercards.data.enums.StringType
|
||||||
|
-keepclassmembers,allowoptimization enum * {
|
||||||
|
<fields>;
|
||||||
|
public static **[] values();
|
||||||
|
public static ** valueOf(java.lang.String);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user