Skip to content

Commit

Permalink
Remove redundant configs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaIvaz committed Jun 21, 2023
1 parent 73302a4 commit 54df51b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,13 @@ android {

buildTypes {
release {
isDebuggable = false
isMinifyEnabled = true
isShrinkResources = true
proguardFiles(
getDefaultProguardFile("proguard-android-optimize.txt"),
"proguard-rules.pro"
)
}

debug {
isMinifyEnabled = false
isShrinkResources = false
}
}

buildFeatures {
Expand Down

0 comments on commit 54df51b

Please sign in to comment.