Skip to content

Commit

Permalink
Fix Release Build Options
Browse files Browse the repository at this point in the history
  • Loading branch information
kez-lab committed Jan 19, 2025
1 parent dca03c3 commit 63abadb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ android {
signingConfig = signingConfigs.getByName("debug")
}
release {
// isMinifyEnabled = true
isDebuggable = true
// isShrinkResources = true
isMinifyEnabled = true
isShrinkResources = true

proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
Expand Down

0 comments on commit 63abadb

Please sign in to comment.