diff --git a/library/build.gradle b/library/build.gradle index c9b82242b..441590889 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -21,7 +21,7 @@ apply plugin: 'realm-android' apply plugin: 'com.jfrog.bintray' apply plugin: 'maven-publish' -version '0.7.9' +version '0.8.0' project.version = this.version task sourceJar(type: Jar) { @@ -171,9 +171,9 @@ dependencies { configuration -> implementation "com.mapbox.mapboxsdk:mapbox-android-plugin-annotation-v7:${mapboxAnnotationPluginVersion}" // 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.7.1') { + implementation('io.ona.kujaku:utils:0.8.0') { 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 403e4dc51..de3c75319 100644 --- a/utils/build.gradle +++ b/utils/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'com.jfrog.bintray' apply plugin: 'maven-publish' apply plugin: 'jacoco' -version '0.7.1' +version '0.8.0' project.version = this.version task sourceJar(type: Jar) {