From 6c8ab40895a1bc797e8bb74505418b92b2a35161 Mon Sep 17 00:00:00 2001 From: Vincent Karuri Date: Mon, 10 May 2021 14:10:55 +0300 Subject: [PATCH] Fix dependency tree issues --- android-json-form-wizard/build.gradle | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/android-json-form-wizard/build.gradle b/android-json-form-wizard/build.gradle index a2f27a5a1..c73efe862 100644 --- a/android-json-form-wizard/build.gradle +++ b/android-json-form-wizard/build.gradle @@ -87,12 +87,11 @@ dependencies { exclude group: 'com.android.support', module: 'appcompat-v7' } implementation 'com.github.bmelnychuk:atv:1.2.9' - implementation('com.android.support:design:28.0.0') { - exclude group: 'com.android.support', module: 'recyclerview-v7' - exclude group: 'com.android.support', module: 'appcompat-v7' - exclude group: 'com.android.support', module: 'support-v4' + implementation 'com.android.support:design:28.0.0' + implementation 'com.android.support:support-media-compat:28.0.0' + implementation 'com.android.support:animated-vector-drawable:28.0.0' + implementation 'com.android.support:support-v4:28.0.0' - } implementation 'com.github.johnkil.print:print:1.3.1' implementation 'com.github.rey5137:material:1.2.5' implementation 'org.smartregister:opensrp-client-materialedittext:2.1.6-SNAPSHOT'