From 73f0ae85f670e3d1b2af82c074a4ada034c65a39 Mon Sep 17 00:00:00 2001 From: Tauqeer Haider Date: Tue, 5 Jul 2022 12:37:17 +0500 Subject: [PATCH] changed compile to implementation --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e09fb274..f5b1e04b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -16,5 +16,5 @@ android { } dependencies { - compile "com.facebook.react:react-native:+" + implementation "com.facebook.react:react-native:+" }