From 153476e143f4155d8ba56e9bec8ad7907bebebab Mon Sep 17 00:00:00 2001 From: JaioSkura Date: Wed, 3 Jul 2024 12:43:13 +0200 Subject: [PATCH] Update build.gradle Change from 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 b73330d..157e617 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -17,5 +17,5 @@ android { } dependencies { - compile 'com.facebook.react:react-native:+' + implementation 'com.facebook.react:react-native:+' }