Skip to content

Commit

Permalink
Merge pull request #260 from opensrp/app-health-tools-patch
Browse files Browse the repository at this point in the history
Upgrade core libraries
  • Loading branch information
ndegwamartin authored Jun 29, 2021
2 parents 8385794 + d39652c commit 31698da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=0.6.16-SNAPSHOT
VERSION_NAME=0.6.17-SNAPSHOT
VERSION_CODE=1
GROUP=org.smartregister
POM_SETTING_DESCRIPTION=OpenSRP Client Child Library
Expand Down
6 changes: 3 additions & 3 deletions opensrp-child/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ dependencies {
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.1'


api('org.smartregister:opensrp-client-core:4.3.4-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-core:4.3.10-SNAPSHOT@aar') {
transitive = true
exclude group: 'com.github.bmelnychuk', module: 'atv'
exclude group: 'com.google.guava', module: 'guava'
Expand Down Expand Up @@ -142,15 +142,15 @@ dependencies {
exclude group: 'com.android.support', module: 'appcompat-v7'
}

api('org.smartregister:opensrp-client-immunization:3.0.10-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-immunization:4.0.0-SNAPSHOT@aar') {
transitive = true
exclude group: 'org.smartregister', module: 'opensrp-client-core'
exclude group: 'org.smartregister', module: 'opensrp-client-native-form'
exclude group: 'com.android.support', module: 'design'
exclude group: 'com.android.support', module: 'appcompat-v7'
}

api('org.smartregister:opensrp-client-growth-monitoring:2.0.4-SNAPSHOT@aar') {
api('org.smartregister:opensrp-client-growth-monitoring:2.0.5-SNAPSHOT@aar') {
transitive = true

exclude group: 'org.smartregister', module: 'opensrp-client-core'
Expand Down

0 comments on commit 31698da

Please sign in to comment.