Try to silence some Play Console warnings.

Issue #215
This commit is contained in:
Miku AuahDark
2021-10-11 20:07:16 +08:00
parent ae0d89458a
commit 56ab3cef77
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ android {
}
buildTypes {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
+1
View File
@@ -24,6 +24,7 @@ android {
// Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK.
abiFilters 'armeabi-v7a', 'arm64-v8a'
debugSymbolLevel 'SYMBOL_TABLE'
}
targetSdkVersion 30
}