Skip to content

Commit

Permalink
Merge pull request #347 from onaio/release/0.8.9
Browse files Browse the repository at this point in the history
Release/0.8.9
  • Loading branch information
ekigamba authored Aug 10, 2020
2 parents b2bd9f4 + 1dfd60c commit 4d8c546
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.8.8'
version '0.8.9'

project.version = this.version

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,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.8.7'
configuration.implementation 'io.ona.kujaku:library:0.8.9'
}

tasks.withType(Test) {
Expand Down

0 comments on commit 4d8c546

Please sign in to comment.