Skip to content

Commit

Permalink
Merge pull request #232 from onaio/change-kujaku-library-and-utils-ve…
Browse files Browse the repository at this point in the history
…rsion

Change kujaku library and utils' version
  • Loading branch information
vincent-karuri authored Dec 14, 2018
2 parents 39ee0dc + b756ae9 commit ea330d2
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 @@ -20,7 +20,7 @@ apply plugin: 'realm-android'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'maven-publish'

version '0.5.0'
version '0.5.5'
project.version = this.version

task sourceJar(type: Jar) {
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.5.0'
version '0.5.5'
project.version = this.version

task sourceJar(type: Jar) {
Expand Down

0 comments on commit ea330d2

Please sign in to comment.