From 62a72e12acf5090497d718ae75800d634c60de74 Mon Sep 17 00:00:00 2001 From: colorfulberry Date: Fri, 27 Jul 2018 17:21:30 +0800 Subject: [PATCH] Update build.gradle compile should instead implemention --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index fc69929a..19992bdb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -49,5 +49,5 @@ repositories { dependencies { //noinspection GradleDynamicVersion - implementation 'com.facebook.react:react-native:+' + compile 'com.facebook.react:react-native:+' }