From baaddc31898cc41916efae8614c076b27bc55238 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Mon, 30 Jun 2025 15:20:46 +0530 Subject: [PATCH] NTP-7561 | Bump Project Version to 5.45.1 (506) (#16777) Co-authored-by: navi-android[bot] <194247829+navi-android[bot]@users.noreply.github.com> --- 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 2ca2bb8da4..cb225fe2ee 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -14,8 +14,8 @@ plugins { alias libs.plugins.facebook.react } -def VERSION_CODE = 499 -def VERSION_NAME = "5.44.1" +def VERSION_CODE = 506 +def VERSION_NAME = "5.45.1" android { namespace 'com.naviapp'