diff --git a/library/build.gradle b/library/build.gradle index 40ebb3a6..78ad2138 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.7-SNAPSHOT' +version '0.10.8-SNAPSHOT' project.version = this.version @@ -122,7 +122,7 @@ dependencies { configuration -> // Comment the line below when creating releases - The line is for development of the library & utils implementation (project(":utils")) { // Uncomment the line below when creating releases - //implementation('io.ona.kujaku:utils:0.10.7-SNAPSHOT') { + //implementation('io.ona.kujaku:utils:0.10.8-SNAPSHOT') { transitive = true; exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk' exclude group: 'com.android.support', module: 'support-v4' diff --git a/library/src/main/AndroidManifest.xml b/library/src/main/AndroidManifest.xml index b069283b..9ab78274 100644 --- a/library/src/main/AndroidManifest.xml +++ b/library/src/main/AndroidManifest.xml @@ -7,7 +7,7 @@ - + diff --git a/utils/build.gradle b/utils/build.gradle index 42c11b75..f7c56d47 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.7-SNAPSHOT' +version '0.10.8-SNAPSHOT' project.version = this.version