From 39b067edad6eaae2e4967ecb9db9ebf9320c8185 Mon Sep 17 00:00:00 2001 From: "Perspective[S]" Date: Mon, 23 Sep 2019 14:20:40 +0200 Subject: [PATCH] Update build.gradle add new android gradle directives --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index c582eb7..5785289 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -44,6 +44,6 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' - compile 'com.koushikdutta.async:androidasync:2.1.6' + implementation 'com.facebook.react:react-native:+' + implementation 'com.koushikdutta.async:androidasync:2.1.6' }