Skip to content

Commit

Permalink
Production release 0.2.0.1 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenreup authored Aug 19, 2024
1 parent 76d5c6d commit 31e60ec
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 deletions android/dataclerk/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -139,43 +139,43 @@ android {
dimension = "apps"
applicationIdSuffix = ".exposedInfant"
versionNameSuffix = "-exposedInfant"
versionCode = 4
versionName = "0.0.4"
versionCode = 6
versionName = "0.0.6"
}
create("artClient") {
dimension = "apps"
applicationIdSuffix = ".artClient"
versionNameSuffix = "-artClient"
versionCode = 4
versionName = "0.0.4"
versionCode = 6
versionName = "0.0.6"
}
create("exposedInfantDev") {
dimension = "apps"
applicationIdSuffix = ".exposedInfantDev"
versionNameSuffix = "-exposedInfantDev"
versionCode = 5
versionName = "0.0.5-alpha1"
versionCode = 6
versionName = "0.0.6"
}
create("artClientDev") {
dimension = "apps"
applicationIdSuffix = ".artClientDev"
versionNameSuffix = "-artClientDev"
versionCode = 5
versionName = "0.0.5-alpha1"
versionCode = 6
versionName = "0.0.6"
}
create("exposedInfantStaging") {
dimension = "apps"
applicationIdSuffix = ".exposedInfantStaging"
versionNameSuffix = "-exposedInfantStaging"
versionCode = 1
versionName = "0.0.1"
versionCode = 6
versionName = "0.0.6"
}
create("artClientStaging") {
dimension = "apps"
applicationIdSuffix = ".artClientStaging"
versionNameSuffix = "-artClientStaging"
versionCode = 1
versionName = "0.0.1"
versionCode = 6
versionName = "0.0.6"
}
}

Expand Down
12 changes: 6 additions & 6 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,22 +134,22 @@ android {
dimension = "apps"
applicationIdSuffix = ".mwcore"
versionNameSuffix = "-mwcore"
versionCode = 36
versionName = "0.2.0.0"
versionCode = 37
versionName = "0.2.0.1"
}
create("mwcoreDev") {
dimension = "apps"
applicationIdSuffix = ".mwcoreDev"
versionNameSuffix = "-mwcoreDev"
versionCode = 36
versionName = "0.1.25.3"
versionCode = 37
versionName = "0.2.0.1"
}
create("mwcoreStaging") {
dimension = "apps"
applicationIdSuffix = ".mwcoreStaging"
versionNameSuffix = "-mwcoreStaging"
versionCode = 36
versionName = "0.1.25.3"
versionCode = 37
versionName = "0.2.0.1"
}
}

Expand Down

0 comments on commit 31e60ec

Please sign in to comment.