Skip to content

Commit

Permalink
proper debug build
Browse files Browse the repository at this point in the history
  • Loading branch information
danny8376 committed Nov 1, 2023
1 parent 8d1f27f commit 28450b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ android {
"proguard-rules.pro"
)
}
debug {
applicationIdSuffix = ".debug"
versionNameSuffix = "-dbg"
isDebuggable = true
}
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 28450b4

Please sign in to comment.