From 8c3e1457ffb142a94005363e18be2a59deb0cc36 Mon Sep 17 00:00:00 2001 From: Kshitij Pramod Ghongadi Date: Tue, 22 Apr 2025 14:21:40 +0530 Subject: [PATCH] NTP-7561 | Bump Project Version to 5.40.3 (484) (#15879) 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 a2a6f1b37c..c77d5731c8 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ plugins { alias libs.plugins.facebook.react } -def VERSION_CODE = 483 -def VERSION_NAME = "5.40.2" +def VERSION_CODE = 484 +def VERSION_NAME = "5.40.3" android { namespace 'com.naviapp'