Skip to content

Commit 7309e0f

Browse files
authoredJul 11, 2024··
Merge pull request #79 from d-tree-org/78-questmalawi-core-bug-fix-unable-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
2 parents 1ea8c8a + 00ee680 commit 7309e0f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎android/engine/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ dependencies {
185185
exclude(group = "com.google.android.fhir", module = "common")
186186
exclude(group = "com.google.android.fhir", module = "engine")
187187
}
188-
api("org.smartregister:data-capture:1.1.0-preview11-SNAPSHOT") {
188+
api("org.smartregister:data-capture:1.1.0-preview8.1-SNAPSHOT") {
189189
isTransitive = true
190190
exclude(group = "ca.uhn.hapi.fhir")
191191
exclude(group = "com.google.android.fhir", module = "engine")

‎android/quest/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ android {
134134
dimension = "apps"
135135
applicationIdSuffix = ".mwcore"
136136
versionNameSuffix = "-mwcore"
137-
versionCode = 6
138-
versionName = "0.0.6"
137+
versionCode = 7
138+
versionName = "0.0.6.1"
139139
}
140140
create("mwcoreDev") {
141141
dimension = "apps"

0 commit comments

Comments
 (0)
Please sign in to comment.