From 526efce4407cba6190f213d9e16ba8a5ec0c2dee Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Wed, 18 Sep 2024 17:24:51 +0300 Subject: [PATCH] clean --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index cd6e0d94..98e4d7b8 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-SNAPSHOT' +version '0.10.6-2-SNAPSHOT' project.version = this.version @@ -123,7 +123,7 @@ dependencies { configuration -> //implementation (project(":utils")) { // Uncomment the line below when creating releases implementation('io.ona.kujaku:utils:0.10.6-SNAPSHOT') { - transitive = true; + transitive = true exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk' exclude group: 'com.android.support', module: 'support-v4' }