From d401c55e5e8d48428497a1b0fdb9727ed25d29aa Mon Sep 17 00:00:00 2001 From: Shivam Goyal Date: Fri, 14 Jun 2024 18:44:12 +0530 Subject: [PATCH] TP-52887 | Bump Project Version to 1.8.0 (#193) --- 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 4bf0263..4215f50 100644 --- a/navi-alfred/build.gradle +++ b/navi-alfred/build.gradle @@ -6,7 +6,7 @@ plugins { alias libs.plugins.maven.publish } -def VERSION = "1.7.1" +def VERSION = "1.8.0" android { namespace 'com.navi.alfred'