Skip to content

Commit

Permalink
Merge pull request #270 from onaio/upgrade-Kujaku-library-to-0.6.2
Browse files Browse the repository at this point in the history
Upgrade Kujaku library version to 0.6.2
  • Loading branch information
vincent-karuri authored Feb 26, 2019
2 parents c32ef0b + 6b63cfb commit 6e51527
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.6.1'
version '0.6.2'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down Expand Up @@ -169,9 +169,9 @@ dependencies { configuration ->
}

// 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.6.1') {
implementation('io.ona.kujaku:utils:0.6.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 @@ -139,7 +139,7 @@ android {

dependencies { configuration ->

developmentKujakuModulesImport(this, configuration)
releaseTestKujakuImport(configuration)
implementation 'com.cocoahero.android:geojson:1.0.1@jar'

implementation "com.android.volley:volley:${rootProject.ext.volleyVersion}"
Expand Down Expand Up @@ -190,7 +190,7 @@ private static void developmentKujakuModulesImport(instance, configuration) {

// This is used when making a release and you need to test that the published artifacts work in host applications OK
private static void releaseTestKujakuImport(configuration) {
configuration.implementation 'io.ona.kujaku:library:0.6.1'
configuration.implementation 'io.ona.kujaku:library:0.6.2'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 6e51527

Please sign in to comment.