From c59d44ddf3fb92e1729b27de311d3a683cdf53df Mon Sep 17 00:00:00 2001 From: Gustavo Cordeiro Date: Wed, 8 May 2024 10:42:49 -0300 Subject: [PATCH] fix: android build in RN 0.73 --- 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:+' }