Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup committed Jul 8, 2024
1 parent 768b15e commit a7bc6f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,15 +134,15 @@ android {
dimension = "apps"
applicationIdSuffix = ".mwcore"
versionNameSuffix = "-mwcore"
versionCode = 4
versionName = "0.0.4"
versionCode = 5
versionName = "0.0.5"
}
create("mwcoreDev") {
dimension = "apps"
applicationIdSuffix = ".mwcoreDev"
versionNameSuffix = "-mwcoreDev"
versionCode = 35
versionName = "0.1.25.1-alpha"
versionCode = 36
versionName = "0.1.25.2"
}
create("mwcoreStaging") {
dimension = "apps"
Expand Down

0 comments on commit a7bc6f4

Please sign in to comment.