From d39652cfa923d40f5dbd4b8b9acc06a186cbeb43 Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Tue, 29 Jun 2021 09:19:56 +0300 Subject: [PATCH] Upgrade core libraries --- gradle.properties | 2 +- opensrp-child/build.gradle | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index f32d9e341..a16a61905 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 diff --git a/opensrp-child/build.gradle b/opensrp-child/build.gradle index d3d37f008..483d8c943 100644 --- a/opensrp-child/build.gradle +++ b/opensrp-child/build.gradle @@ -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' @@ -142,7 +142,7 @@ 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' @@ -150,7 +150,7 @@ dependencies { 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'