From 977572543654afe2be2cfcfbd68cd93d4f3abcd0 Mon Sep 17 00:00:00 2001 From: nadirdeveloper Date: Thu, 9 Jun 2022 02:54:58 +0500 Subject: [PATCH] change deprecated compile to implementation in build gradle --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 35c3988..cc5194c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -30,6 +30,6 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' - compile 'com.evernote:android-job:1.1.11' + implementation 'com.facebook.react:react-native:+' + implementation 'com.evernote:android-job:1.1.11' } \ No newline at end of file