Skip to content

Commit

Permalink
build[config]: Atualiza configurações de build com isShrinkResources …
Browse files Browse the repository at this point in the history
…= true e isDebuggable = false no build.gradle.kts (:app)
  • Loading branch information
felipedavi committed Sep 4, 2024
1 parent 67a0bd0 commit cb344f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ android {
buildTypes {
getByName("release") {
isMinifyEnabled = true
isShrinkResources = true
isDebuggable = false
proguardFiles(getDefaultProguardFile("proguard-android.txt"), "proguard-rules.pro")
}
}
Expand Down

0 comments on commit cb344f1

Please sign in to comment.