From b6b8f818fd10e8edcb110e2ff54819dfdc374d32 Mon Sep 17 00:00:00 2001 From: Eliathah Boda Date: Thu, 18 Oct 2018 14:14:40 -0600 Subject: [PATCH] Replace compile with implementation --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 66192a0..8c2cf52 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,7 +33,7 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' - compile 'io.intercom.android:intercom-sdk-base:5.+' + implementation 'com.facebook.react:react-native:+' + implementation 'io.intercom.android:intercom-sdk-base:5.+' }