Skip to content

Commit

Permalink
Merge pull request #89 from OpenSRP/male_fp
Browse files Browse the repository at this point in the history
Male family planning changes
  • Loading branch information
manutarus authored Apr 22, 2020
2 parents 0e1fbd6 + 9619a77 commit 5be7889
Show file tree
Hide file tree
Showing 13 changed files with 1,450 additions and 26 deletions.
4 changes: 2 additions & 2 deletions opensrp-chw-hf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ android {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])

implementation ('org.smartregister:opensrp-client-chw-core:1.1.60-SNAPSHOT@aar') {
implementation ('org.smartregister:opensrp-client-chw-core:1.1.63-SNAPSHOT@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
exclude group: 'org.smartregister', module: 'opensrp-client-chw-referral'
exclude group: 'com.rengwuxian.materialedittext', module: 'library'
}

implementation ('org.smartregister:opensrp-client-native-form:1.7.28-SNAPSHOT@aar') {
implementation ('org.smartregister:opensrp-client-native-form:1.7.32-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.android.support', module: 'recyclerview-v7'
exclude group: 'com.android.support', module: 'appcompat-v7'
Expand Down
Loading

0 comments on commit 5be7889

Please sign in to comment.