From 6424ad6945689d32823961fc315a7c74f375666e Mon Sep 17 00:00:00 2001 From: Jeremy Levy Date: Tue, 14 Sep 2021 12:26:33 -0400 Subject: [PATCH] Update Indicative SDK Version Updated the Indicative Android dependency to support the latest Indicative SDK. This specific fix relates to removing support for org.apache.http.legacy. --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index f4a8b16..08e2e02 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,6 +33,6 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' - implementation 'com.indicative.client.android:Indicative-Android:1.0.1' + implementation 'com.indicative.client.android:Indicative-Android:1.1.0' } - \ No newline at end of file +