From 126e731e40c0f2b8ae74de0bef4276a952e2d3c1 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Wed, 12 Jun 2024 00:41:53 +0530 Subject: [PATCH] TP-53619 | backport | release-5.11.2 (#11266) --- 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 1eac2f958b..765f923a0d 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { id 'com.facebook.react' } -def VERSION_CODE = 416 -def VERSION_NAME = "5.10.0" +def VERSION_CODE = 419 +def VERSION_NAME = "5.11.2" android { namespace 'com.naviapp'