From b463265eef4428fdf14d4e482175a919663cc6a7 Mon Sep 17 00:00:00 2001 From: Benjamin Mwalimu Date: Mon, 14 Oct 2024 15:01:17 +0300 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Publishing=20version=200.1?= =?UTF-8?q?0.7-SNAPSHOt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index c4201c23..bab499cd 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -120,9 +120,9 @@ dependencies { configuration -> implementation mapboxAnnotationPlugin // Comment the line below when creating releases - The line is for development of the library & utils - //implementation (project(":utils")) { + implementation (project(":utils")) { // Uncomment the line below when creating releases - implementation('io.ona.kujaku:utils:0.10.6-SNAPSHOT') { + //implementation('io.ona.kujaku:utils:0.10.7-SNAPSHOT') { transitive = true; exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk' exclude group: 'com.android.support', module: 'support-v4'