From a7ec89c90cbadf03faf5fa191f40a0261de59204 Mon Sep 17 00:00:00 2001 From: Martin Glova Date: Tue, 22 Jan 2019 11:54:29 +0100 Subject: [PATCH] Update build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 0c9a9c24..b090aa79 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -33,6 +33,6 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }