From 015a0ea23a4a9cd8a952155318f4ad59413c937f Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Fri, 20 Dec 2024 23:52:39 +0530 Subject: [PATCH] NTP-7561 | Bump Project Version to 5.28.0 (461) (#14294) Co-authored-by: naman-khurmi_navi --- 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 6cd28b332c..72b03df293 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { alias libs.plugins.facebook.react } -def VERSION_CODE = 460 -def VERSION_NAME = "5.27.3" +def VERSION_CODE = 461 +def VERSION_NAME = "5.28.0" android { namespace 'com.naviapp'