From 615d58aa5a4316708f71e49301bd6ef8f098ad53 Mon Sep 17 00:00:00 2001 From: KingDark Date: Tue, 25 Dec 2018 14:27:20 +0700 Subject: [PATCH] Update Gradle file for support Impremetation command Your repository is very useful for my project but at this time the android must be change about the gradle command so "compile" command in this gradle have been deprecate at end of 2018 can i update this to implementation? Thanks. --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 0b9bdd3..9579610 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -20,6 +20,6 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }