From 5cab0338b26b3c72cce84e4788bc1cb3790218b9 Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Wed, 18 Jun 2025 19:58:25 +0530 Subject: [PATCH] NTP-7561 | Bump Project Version to 3.2.0 (#339) --- navi-alfred/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navi-alfred/build.gradle b/navi-alfred/build.gradle index 85787a4..e4eea1f 100644 --- a/navi-alfred/build.gradle +++ b/navi-alfred/build.gradle @@ -6,7 +6,7 @@ plugins { alias libs.plugins.maven.publish } -def VERSION = "3.1.0" +def VERSION = "3.2.0" android { namespace 'com.navi.alfred'