Skip to content

Commit

Permalink
chore: set debug versionNameSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Nov 30, 2024
1 parent 9b93f8e commit 9e82967
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ android {
buildTypes {
all {
signingConfig = currentSigning
}
release {
if (gitInfo?.tagName == null) {
versionNameSuffix = vnSuffix
}
}
release {
isMinifyEnabled = true
isShrinkResources = true
isDebuggable = false
Expand All @@ -111,7 +111,6 @@ android {
)
}
debug {
versionNameSuffix = vnSuffix
applicationIdSuffix = ".debug"

// add "debug" suffix
Expand Down

0 comments on commit 9e82967

Please sign in to comment.