Skip to content

Commit

Permalink
Use an applicationIdSuffix for debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWoitaschek committed Jul 1, 2023
1 parent 652d855 commit e50e695
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ android {
getByName("debug") {
isMinifyEnabled = false
isShrinkResources = false
applicationIdSuffix = ".debug"
}
all {
signingConfig = signingConfigs.getByName("release")
Expand Down

0 comments on commit e50e695

Please sign in to comment.