Skip to content

Commit

Permalink
Upgrade sample app kujaku library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-karuri committed Feb 26, 2019
1 parent 05bab49 commit 5e94eb7
Showing 1 changed file with 2 additions and 2 deletions.
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 5e94eb7

Please sign in to comment.