From 189e78e20cb6175f596aee4a37d90b73db2e74c1 Mon Sep 17 00:00:00 2001 From: hankusa1709 Date: Tue, 11 Oct 2022 23:01:56 +0700 Subject: [PATCH] updated method 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 8b00cd6..a07e86c 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -40,5 +40,5 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }