Skip to content

Commit

Permalink
Merge pull request #272 from onaio/upgrade-Kujaku-library-version-to-…
Browse files Browse the repository at this point in the history
…0.6.3

Upgrade Kujaku library version to 0.6.3
  • Loading branch information
vincent-karuri authored Mar 3, 2019
2 parents 6100645 + 81db59d commit 0bc4b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.2'
version '0.6.3'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
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.2'
configuration.implementation 'io.ona.kujaku:library:0.6.3'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 0bc4b13

Please sign in to comment.