Skip to content

Commit

Permalink
[Quest/Malawi Core] Bug Fix: Unable to open save Guardian Registratio…
Browse files Browse the repository at this point in the history
…n Questionnaires when the patient is on ART due to FHIR Engine Library update
  • Loading branch information
calmwalija committed Jul 16, 2024
1 parent 7309e0f commit ae21113
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -195,7 +195,7 @@ dependencies {

api("org.smartregister:common:0.1.0-alpha05-preview3-SNAPSHOT") { isTransitive = true }

api("org.smartregister:engine:1.0.0-preview11-MWCore-SNAPSHOT") {
api("org.smartregister:engine:1.0.0-preview10-PERF-TEST-SNAPSHOT") {
isTransitive = true
exclude(group = "com.google.android.fhir", module = "common")
exclude(group = "com.github.ben-manes.caffeine")
Expand Down
9 changes: 7 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 = 7
versionName = "0.0.6.1"
versionCode = 9
versionName = "0.0.6.3"
}
create("mwcoreDev") {
dimension = "apps"
Expand Down Expand Up @@ -198,6 +198,11 @@ dependencies {
testImplementation("com.google.dagger:hilt-android-testing:${Deps.versions.hiltVersion}")
kaptTest("com.google.dagger:hilt-android-compiler:${Deps.versions.hiltVersion}")

// Room
implementation("androidx.room:room-runtime:2.6.1")
kapt("androidx.room:room-compiler:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")

androidTestImplementation(Deps.atsl.ext_junit)
androidTestImplementation(Deps.atsl.espresso)
debugImplementation("androidx.compose.ui:ui-test-manifest")
Expand Down

0 comments on commit ae21113

Please sign in to comment.