diff --git a/library/build.gradle b/library/build.gradle index 1b75ae76..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.5-SNAPSHOT' +version '0.10.6-SNAPSHOT' project.version = this.version @@ -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.5-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 f449e324..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.5-SNAPSHOT' +version '0.10.6-SNAPSHOT' project.version = this.version