From 6f3d55a29ef764823b5185aa500f797bf06aa4fc Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Wed, 10 Jul 2024 17:35:12 +0530 Subject: [PATCH] TP-52887 | Bump Project Version to 1.10.0 (#204) --- 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 4974b0f..b0878c4 100644 --- a/navi-alfred/build.gradle +++ b/navi-alfred/build.gradle @@ -6,7 +6,7 @@ plugins { alias libs.plugins.maven.publish } -def VERSION = "1.9.0" +def VERSION = "1.10.0" android { namespace 'com.navi.alfred'