From da8583b7cae497720c69296cd3eb9f580a50764d Mon Sep 17 00:00:00 2001 From: diegola2 Date: Fri, 24 May 2024 15:07:43 -0300 Subject: [PATCH] Update build.gradle --- android/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 385ae9e..786a5c2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -34,5 +34,5 @@ repositories { } dependencies { - compile 'com.facebook.react:react-native:+' -} \ No newline at end of file + implementation 'com.facebook.react:react-native:+' +}