From e3db7563f6eed9421f651246d7abedfe3ac1a91c Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Fri, 12 Apr 2024 20:23:22 +0530 Subject: [PATCH] TP-53619 | backport | release-5.5.3 (#10432) --- 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 12f48895b3..2c27b23c47 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { id 'com.facebook.react' } -def VERSION_CODE = 392 -def VERSION_NAME = "5.5.2" +def VERSION_CODE = 393 +def VERSION_NAME = "5.5.3" android { namespace 'com.naviapp'