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:
Xwite
2023-05-14 22:47:05 +08:00
parent ed803f0c94
commit 1817db337d
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -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 {