Skip to content

Commit

Permalink
Update engine and data-capture sdk dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
LZRS committed Jul 2, 2024
1 parent 9175e8b commit 9f86287
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions 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-preview8.1-SNAPSHOT") {
api("org.smartregister:data-capture:1.1.0-preview11-SNAPSHOT") {
isTransitive = true
exclude(group = "ca.uhn.hapi.fhir")
exclude(group = "com.google.android.fhir", module = "engine")
Expand All @@ -195,10 +195,7 @@ dependencies {

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

// api("org.smartregister:engine:1.0.0-preview7.1-SNAPSHOT") {
// api("com.google.android.fhir:engine:1.0.0-local-test-sqlite") {
api("org.smartregister:engine:1.0.0-preview10-PERF-TEST-SNAPSHOT") {
// api("org.smartregister:engine:1.0.0-preview7.1-PERF-TEST5-SNAPSHOT") {
api("org.smartregister:engine:1.0.0-preview11-MWCore-SNAPSHOT") {
isTransitive = true
exclude(group = "com.google.android.fhir", module = "common")
exclude(group = "com.github.ben-manes.caffeine")
Expand Down

0 comments on commit 9f86287

Please sign in to comment.