From 23ed5246269b8ea97bc9195d2bdfd204c71eefb6 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 22 Apr 2024 11:32:07 +0530 Subject: [PATCH] TP-53619 | backport | release-5.6.1 (#10574) --- 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 33bc1f32bd..e83e07b2f5 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { id 'com.facebook.react' } -def VERSION_CODE = 394 -def VERSION_NAME = "5.6.0" +def VERSION_CODE = 395 +def VERSION_NAME = "5.6.1" android { namespace 'com.naviapp'