From 6f97d0e4caa986068bb18df7f2b911a44306cd86 Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Wed, 18 Sep 2024 15:57:29 +0300 Subject: [PATCH] 0.10.6 Release --- 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 f61fda50..cd6e0d94 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.6-ALPHA-SNAPSHOT' +version '0.10.6-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.6-ALPHA-SNAPSHOT') { + implementation('io.ona.kujaku:utils:0.10.6-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 b84dbaaa..fb65ccbc 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.6-ALPHA-SNAPSHOT' +version '0.10.6-SNAPSHOT' project.version = this.version