build: enable R8 minify & include important JVM arguments
try to fix workflow error. The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
This commit is contained in:
+2
-2
@@ -71,8 +71,8 @@ android {
|
||||
}
|
||||
applicationIdSuffix '.release'
|
||||
|
||||
minifyEnabled false
|
||||
//shrinkResources true
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
debug {
|
||||
|
||||
Reference in New Issue
Block a user