Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
githengi committed Sep 27, 2019
1 parent 0ed1bea commit 179cb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 179cb70

Please sign in to comment.