From 67f49815c491e1ed25a827b532611d74b7546a5e Mon Sep 17 00:00:00 2001 From: Calin-Teodor Date: Thu, 4 Jul 2024 18:16:22 +0300 Subject: [PATCH] feat(android): update rnVersion to 0.73.8 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index bd5327735e..3c17503cd8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -44,7 +44,7 @@ ext { googleServicesEnabled = project.file('app/google-services.json').exists() && !libreBuild //React Native Version - rnVersion = "0.72.14" + rnVersion = "0.73.8" } allprojects {