Skip to content

Commit

Permalink
Merge pull request #79 from d-tree-org/78-questmalawi-core-bug-fix-un…
Browse files Browse the repository at this point in the history
…able-to-open-other-questionnaires-due-to-data-capture-library-update

[Quest/Malawi Core] Bug Fix:  Unable to open other Questionnaires due to Data Capture Library update
  • Loading branch information
calmwalija authored Jul 11, 2024
2 parents 1ea8c8a + 00ee680 commit 7309e0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/engine/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ dependencies {
exclude(group = "com.google.android.fhir", module = "common")
exclude(group = "com.google.android.fhir", module = "engine")
}
api("org.smartregister:data-capture:1.1.0-preview11-SNAPSHOT") {
api("org.smartregister:data-capture:1.1.0-preview8.1-SNAPSHOT") {
isTransitive = true
exclude(group = "ca.uhn.hapi.fhir")
exclude(group = "com.google.android.fhir", module = "engine")
Expand Down
4 changes: 2 additions & 2 deletions android/quest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ android {
dimension = "apps"
applicationIdSuffix = ".mwcore"
versionNameSuffix = "-mwcore"
versionCode = 6
versionName = "0.0.6"
versionCode = 7
versionName = "0.0.6.1"
}
create("mwcoreDev") {
dimension = "apps"
Expand Down

0 comments on commit 7309e0f

Please sign in to comment.