v3.0.0: adjusted R8 config to better preserve bundleable classes
This commit is contained in:
6
android/proguard-rules.pro
vendored
6
android/proguard-rules.pro
vendored
@@ -2,9 +2,9 @@
|
|||||||
-keepnames class com.shatteredpixel.** { *; }
|
-keepnames class com.shatteredpixel.** { *; }
|
||||||
-keepnames class com.watabou.** { *; }
|
-keepnames class com.watabou.** { *; }
|
||||||
|
|
||||||
# keep members of classes that are instantiated via reflection
|
# keep classes that are instantiated via reflection
|
||||||
-keepclassmembers class * extends com.watabou.glscripts.Script
|
-keep class * extends com.watabou.glscripts.Script
|
||||||
-keepclassmembers class * implements com.watabou.utils.Bundlable
|
-keep class * implements com.watabou.utils.Bundlable
|
||||||
|
|
||||||
# retained to support meaningful stack traces
|
# retained to support meaningful stack traces
|
||||||
# note that the mapping file must be referenced in order to make sense of line numbers
|
# note that the mapping file must be referenced in order to make sense of line numbers
|
||||||
|
|||||||
Reference in New Issue
Block a user