From fbac39e136f69193b2aa2dac8f7df4f0dc4684aa Mon Sep 17 00:00:00 2001 From: shreyansu raj Date: Wed, 9 Apr 2025 14:19:05 +0530 Subject: [PATCH] NTP-52585 | Bump Project Version to 5.39.1 (480) (#15693) 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 24e07d2cb6..992f1f4447 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ plugins { alias libs.plugins.facebook.react } -def VERSION_CODE = 478 -def VERSION_NAME = "5.38.0" +def VERSION_CODE = 480 +def VERSION_NAME = "5.39.1" android { namespace 'com.naviapp'