From e009d30d09222299a5e04482ea4619410138ef2c Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Wed, 12 Jun 2024 21:04:36 +0530 Subject: [PATCH] TP-53619 | backport | release-5.12.0 (#11297) --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 765f923a0d..8843c15fed 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { id 'com.facebook.react' } -def VERSION_CODE = 419 -def VERSION_NAME = "5.11.2" +def VERSION_CODE = 420 +def VERSION_NAME = "5.12.0" android { namespace 'com.naviapp'