v0.9.0a: upgrade gradle plugin and R8 config
This commit is contained in:
parent
d1aa0495de
commit
bab2f5e14d
4
android/proguard-rules.pro
vendored
4
android/proguard-rules.pro
vendored
|
@ -2,6 +2,10 @@
|
||||||
-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
|
||||||
|
-keepclassmembers class * extends com.watabou.glscripts.Script
|
||||||
|
-keepclassmembers 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
|
||||||
# mapping file can be found in core/build/outputs/mapping after running a release build
|
# mapping file can be found in core/build/outputs/mapping after running a release build
|
||||||
|
|
|
@ -4,9 +4,7 @@ buildscript {
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
//FIXME the version of R8 coming with gradle plugin 4.0.0 causes serious problems
|
classpath 'com.android.tools.build:gradle:4.0.2'
|
||||||
//noinspection GradleDependency
|
|
||||||
classpath 'com.android.tools.build:gradle:3.6.4'
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user