Skip to content

Commit

Permalink
Release Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ndegwamartin committed May 23, 2023
1 parent 6e43dbb commit 7fc8a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ dependencies {
api('javax.xml.stream:stax-api:1.0')
api('com.github.ben-manes.caffeine:caffeine:2.9.1')

api("org.smartregister:data-capture:1.0.0-preview5-SNAPSHOT") {
api("org.smartregister:data-capture:1.0.0-preview6-SNAPSHOT") {
transitive = true
exclude group: 'ca.uhn.hapi.fhir'
exclude group: 'com.google.android.fhir', module: 'engine'
Expand Down Expand Up @@ -229,7 +229,7 @@ dependencies {
exclude group: 'com.google.android.fhir', module: 'engine'
}

api('org.smartregister:engine:0.1.0-beta03-preview3-SNAPSHOT') {
api('org.smartregister:engine:0.1.0-beta03-preview4-SNAPSHOT') {
transitive = true
exclude group: 'com.google.android.fhir', module: 'common'
exclude group: 'com.github.ben-manes.caffeine'
Expand Down

0 comments on commit 7fc8a80

Please sign in to comment.