Skip to content

Commit

Permalink
utility 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Aug 11, 2017
1 parent 58ef78a commit 3956e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {
compile "org.apache.poi:poi-ooxml-schemas:${poiVersion}"

// use local project if 'localBuild' was set
def utilityVersion = "0.1.8"
def utilityVersion = "0.1.9"
if (project.hasProperty('localBuild')) {
compile 'com.dua3.utility:utility:+'
} else {
Expand Down

0 comments on commit 3956e53

Please sign in to comment.