Fix building APK

This commit is contained in:
topjohnwu
2024-11-19 20:25:10 -08:00
parent 024da05888
commit 082330808f
4 changed files with 10 additions and 9 deletions

View File

@@ -28,6 +28,8 @@ android {
buildTypes {
release {
proguardFiles("proguard-rules.pro")
isMinifyEnabled = true
isShrinkResources = false
}
}