From 786c549ce99671e2bebb5fa68a25c017bbc6c437 Mon Sep 17 00:00:00 2001 From: Travis Smith Date: Thu, 7 Feb 2019 18:48:43 +0000 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 766251d2..87cd461e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,6 +34,6 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' - compile "net.openid:appauth:0.7.1" + implementation 'com.facebook.react:react-native:+' + implementation "net.openid:appauth:0.7.1" }