Skip to content

Commit

Permalink
Merge pull request #2065 from opensrp/issue-168
Browse files Browse the repository at this point in the history
Registering a miscarriage or still birth fails with an error
  • Loading branch information
owais-vd authored May 30, 2022
2 parents 77741e9 + a5250a8 commit fca64b6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions opensrp-chw/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,17 @@ dependencies {
exclude group: 'androidx.constraintlayout', module: 'constraintlayout'
exclude group: 'com.google.guava', module: 'guava'
exclude group: 'com.rengwuxian.materialedittext', module: 'library'
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
}
implementation('org.smartregister:opensrp-client-native-form:2.1.13-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'appcompat-v7'
exclude group: 'com.android.support', module: 'cardview-v7'
exclude group: 'com.android.support', module: 'support-media-compat'
exclude group: 'com.android.support', module: 'support-v4'
exclude group: 'com.android.support', module: 'design'
exclude group: 'io.ona.rdt-capture', module: 'lib'
exclude group: 'com.google.guava', module: 'guava'
}
implementation 'com.mapbox.mapboxsdk:mapbox-sdk-turf:5.1.0'
implementation('io.ona.kujaku:library:0.9.0') {
Expand Down

0 comments on commit fca64b6

Please sign in to comment.