Skip to content

Commit

Permalink
Android: distinguish type from version
Browse files Browse the repository at this point in the history
Signed-off-by: Patryk Miś <foss@patrykmis.com>
  • Loading branch information
PatrykMis committed Nov 16, 2023
1 parent 896d0e7 commit b421d68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ enableV1Signing = true

buildTypes {
debug {
applicationIdSuffix = ".dev"
versionNameSuffix = "-DEV"
resValue("string", "app_name", "eSpeak dev")
applicationIdSuffix = ".debug"
versionNameSuffix = "-DEBUG"
resValue("string", "app_name", "eSpeak debug")
}
release {
isMinifyEnabled = false
Expand Down

0 comments on commit b421d68

Please sign in to comment.