Skip to content

Commit

Permalink
📝 delete buildTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
audgns10 committed Mar 28, 2024
1 parent 2d3f220 commit 0e9a76b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ android {
composeOptions {
kotlinCompilerExtensionVersion = "1.2.0-alpha03"
}
buildTypes{
release {
isDebuggable = false
isShrinkResources = true
isMinifyEnabled = true

proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
}
}
}

dependencies {
Expand Down

0 comments on commit 0e9a76b

Please sign in to comment.