Skip to content

Commit

Permalink
fix: debug applicationIdSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
muedsa committed Mar 22, 2024
1 parent db5dc33 commit 557bcec
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 @@ -67,6 +67,7 @@ android {

buildTypes {
debug {
applicationIdSuffix = ".debug"
isMinifyEnabled = false
isShrinkResources = false
proguardFiles(
Expand Down

0 comments on commit 557bcec

Please sign in to comment.