From 0d8dff3a7d7f94cb2171662bee8b731e9efc0352 Mon Sep 17 00:00:00 2001 From: Alexandre Segura Date: Sat, 24 Feb 2024 06:08:41 +0100 Subject: [PATCH] Update reactNativeVersion in build.gradle. --- android/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e30b49d65..e779d0a4f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -12,9 +12,8 @@ buildscript { androidXCore = "1.0.2" // https://github.com/react-native-maps/react-native-maps/issues/4842 googlePlayServicesLocationVersion = "21.0.1" - appCompatVersion = "1.4.1" mercadoPagoPxVersion = "4.53.2" - reactNativeVersion = "0.72.5" // https://github.com/expo/expo/issues/18129 + reactNativeVersion = "0.73.4" // https://github.com/expo/expo/issues/18129 } repositories { google()