From 0ef8b561fc3ee379a330967607afb8f441828e6c Mon Sep 17 00:00:00 2001 From: Soumya Ranjan Patra Date: Mon, 3 Feb 2025 19:41:18 +0530 Subject: [PATCH] NTP-7561 | Bump Project Version to 5.33.0 (471) (#14829) 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 afe2488f33..ebeaa12c2c 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ plugins { alias libs.plugins.facebook.react } -def VERSION_CODE = 470 -def VERSION_NAME = "5.32.1" +def VERSION_CODE = 471 +def VERSION_NAME = "5.33.0" android { namespace 'com.naviapp'