From a5250a854eba39dafd830e47d656aef0432377e8 Mon Sep 17 00:00:00 2001 From: owais Date: Mon, 30 May 2022 11:49:43 +0500 Subject: [PATCH] upgrade opensrp-client-native library --- opensrp-chw/build.gradle | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/opensrp-chw/build.gradle b/opensrp-chw/build.gradle index 89d29faa2f..8a06df1bcb 100644 --- a/opensrp-chw/build.gradle +++ b/opensrp-chw/build.gradle @@ -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') {