Skip to content

Commit

Permalink
⬆️ Increment library and utils version to 0.4.1
Browse files Browse the repository at this point in the history
This is to make the release for library and utils to 0.4.1
  • Loading branch information
ekigamba committed Nov 22, 2018
1 parent b416256 commit 2fb535d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.4.0'
version '0.4.1'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down Expand Up @@ -161,8 +161,8 @@ dependencies { configuration ->
exclude group: 'com.android.support', module: 'support-fragment'
}

implementation (project(":utils")) {
//implementation('io.ona.kujaku:utils:0.2.6-87-1') {
//implementation (project(":utils")) {
implementation('io.ona.kujaku:utils:0.4.1') {
transitive = true;
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk'
exclude group: 'com.android.support', module: 'support-v4'
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ dependencies {
exclude group: 'com.mapbox.mapboxsdk', module: 'mapbox-android-sdk'
}

implementation(project(":utils")) {
//implementation('io.ona.kujaku:utils:0.2.6-87-1') {
//implementation(project(":utils")) {
implementation('io.ona.kujaku:utils:0.4.1') {
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 @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.4.0'
version '0.4.1'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down

0 comments on commit 2fb535d

Please sign in to comment.