From 4ac8457094416569b7efff7fbed73141099fbb1f Mon Sep 17 00:00:00 2001 From: Benjamin Mwalimu Date: Fri, 16 Aug 2024 12:03:52 +0300 Subject: [PATCH] :arrow_up: Update the utils version on library --- library/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/build.gradle b/library/build.gradle index 0d0d57e7..558cfd7e 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -117,9 +117,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.2-SNAPSHOT') { + implementation('io.ona.kujaku:utils:0.10.4-SNAPSHOT') { transitive = true; exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk' exclude group: 'com.android.support', module: 'support-v4'