From 537fee88eb588705dbd92992906f48e33e3a6c31 Mon Sep 17 00:00:00 2001 From: Sayed Date: Wed, 2 Aug 2023 11:01:19 +0100 Subject: [PATCH] Update location-delegation version to 1.1.1 --- locationdelegation/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locationdelegation/build.gradle b/locationdelegation/build.gradle index 464192c4..92d96892 100644 --- a/locationdelegation/build.gradle +++ b/locationdelegation/build.gradle @@ -15,7 +15,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven-publish' -def VERSION = "1.1.0"; +def VERSION = "1.1.1"; android { compileSdkVersion 31