Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Nov 28, 2024
1 parent 23e1ca2 commit 949c75c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -140,22 +140,22 @@ android {
dimension = "apps"
applicationIdSuffix = ".mwcore"
versionNameSuffix = "-mwcore"
versionCode = 39
versionName = "0.2.0.3"
versionCode = 40
versionName = "0.2.0.4-rc1"
}
create("mwcoreDev") {
dimension = "apps"
applicationIdSuffix = ".mwcoreDev"
versionNameSuffix = "-mwcoreDev"
versionCode = 39
versionName = "0.2.0.3"
versionCode = 40
versionName = "0.2.0.4-rc1"
}
create("mwcoreStaging") {
dimension = "apps"
applicationIdSuffix = ".mwcoreStaging"
versionNameSuffix = "-mwcoreStaging"
versionCode = 39
versionName = "0.2.0.3"
versionCode = 40
versionName = "0.2.0.4-rc1"
}
}

Expand Down

0 comments on commit 949c75c

Please sign in to comment.