From 86e0fe2d66dab2780e3fe097aaa1f21dd28ee37a Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Thu, 24 Oct 2024 01:35:37 +0530 Subject: [PATCH] TP-52887 | Bump Project Version to 5.21.0 (446) (#13324) --- 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 8a118df940..519ea74b02 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { alias libs.plugins.facebook.react } -def VERSION_CODE = 445 -def VERSION_NAME = "5.20.2" +def VERSION_CODE = 446 +def VERSION_NAME = "5.21.0" android { namespace 'com.naviapp'