Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhodak authored Feb 5, 2023
1 parent 9670093 commit 9c66446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
//applicationIdSuffix = ".debug"
}
named("release").configure {
isDebuggable = true
isDebuggable = false
isMinifyEnabled = true
signingConfig = signingConfigs.getByName("release")
}
Expand Down Expand Up @@ -229,4 +229,4 @@ dependencies {
// screen modules
implementation(libs.bundles.preferences.screen)
implementation(libs.bundles.compose.dialogs)
}
}

0 comments on commit 9c66446

Please sign in to comment.