From ad578f826299f9e5e309459243abffa2b5bc3077 Mon Sep 17 00:00:00 2001 From: Chris Griffin Date: Tue, 25 Jun 2019 15:15:55 -0400 Subject: [PATCH] Remove new implemenation --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d03c6fe..7ab0f55 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -44,5 +44,5 @@ repositories { } dependencies { - implementation 'com.facebook.react:react-native:+' + compile 'com.facebook.react:react-native:+' }