Merge code

This commit is contained in:
2022-04-13 04:46:15 +08:00
parent d1e4c17817
commit 288563ef68
2 changed files with 2 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ android {
buildTypes {
release {
minifyEnabled true
minifyEnabled rootProject.ext.enableR8
signingConfig signingConfigs.debug
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}

View File

@@ -7,6 +7,7 @@ plugins {
ext {
appVersionName = "3.7"
appVersionCode = 15
enableR8 = true
}
task clean(type: Delete) {