Skip to content

Commit

Permalink
Merge pull request #51 from dlew/dlew/joda-time-dep
Browse files Browse the repository at this point in the history
Upgraded to joda-time 2.8
  • Loading branch information
dlew committed Jun 1, 2015
2 parents dc0676f + ef1c508 commit f63c68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ configurations {
}

dependencies {
compile 'joda-time:joda-time:2.7:no-tzdb'
updateTzData 'joda-time:joda-time:2.7'
compile 'joda-time:joda-time:2.8:no-tzdb'
updateTzData 'joda-time:joda-time:2.8'
}

task generateTzData(dependsOn: assembleDebug, type: JavaExec) {
Expand Down

0 comments on commit f63c68e

Please sign in to comment.