Skip to content

Commit

Permalink
Merge branch 'mwcore-dev' into 116-questmalawi-core-technical-proposa…
Browse files Browse the repository at this point in the history
…l-performance-improvements-for-large-facilities
  • Loading branch information
sevenreup committed Nov 28, 2024
2 parents f54d27a + a5418ea commit 23e1ca2
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 = 38
versionName = "0.2.0.2"
versionCode = 39
versionName = "0.2.0.3"
}
create("mwcoreDev") {
dimension = "apps"
applicationIdSuffix = ".mwcoreDev"
versionNameSuffix = "-mwcoreDev"
versionCode = 40
versionName = "0.2.1.0-fhir-sdk-sync-strategy"
versionCode = 39
versionName = "0.2.0.3"
}
create("mwcoreStaging") {
dimension = "apps"
applicationIdSuffix = ".mwcoreStaging"
versionNameSuffix = "-mwcoreStaging"
versionCode = 38
versionName = "0.2.0.2"
versionCode = 39
versionName = "0.2.0.3"
}
}

Expand Down

0 comments on commit 23e1ca2

Please sign in to comment.