feat: ProGuard

This commit is contained in:
CnC-Robert
2023-06-04 19:37:23 +02:00
parent 27426b1390
commit 9591f4e14f
2 changed files with 45 additions and 13 deletions

View File

@@ -23,7 +23,8 @@ android {
buildTypes {
release {
isMinifyEnabled = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}