From 1dd0591883c3b25f5ef6e65bd5e7885662b22b69 Mon Sep 17 00:00:00 2001 From: Lentumunai-Mark Date: Wed, 16 Oct 2024 08:13:53 +0300 Subject: [PATCH 1/2] Set max SDK version for storage permissions to 32. Signed-off-by: Lentumunai-Mark --- library/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml index b069283b..9ab78274 100644 --- a/library/src/main/AndroidManifest.xml +++ b/library/src/main/AndroidManifest.xml @@ -7,7 +7,7 @@ - + From 4a40fb1e1e71aaee9a73510be8c96b04e89df502 Mon Sep 17 00:00:00 2001 From: Lentumunai-Mark Date: Wed, 16 Oct 2024 14:16:21 +0300 Subject: [PATCH 2/2] update release versions. Signed-off-by: Lentumunai-Mark --- library/build.gradle | 4 ++-- utils/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 40ebb3a6..78ad2138 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -13,7 +13,7 @@ buildscript { apply plugin: 'realm-android' apply plugin: 'maven-publish' -version '0.10.7-SNAPSHOT' +version '0.10.8-SNAPSHOT' project.version = this.version @@ -122,7 +122,7 @@ dependencies { configuration -> // Comment the line below when creating releases - The line is for development of the library & utils implementation (project(":utils")) { // Uncomment the line below when creating releases - //implementation('io.ona.kujaku:utils:0.10.7-SNAPSHOT') { + //implementation('io.ona.kujaku:utils:0.10.8-SNAPSHOT') { transitive = true; exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk' exclude group: 'com.android.support', module: 'support-v4' diff --git a/utils/build.gradle b/utils/build.gradle index 42c11b75..f7c56d47 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven-publish' apply plugin: 'jacoco' -version '0.10.7-SNAPSHOT' +version '0.10.8-SNAPSHOT' project.version = this.version