Skip to content

Commit

Permalink
Merge pull request #153 from dlew/dlew/prep-2.9.4.2
Browse files Browse the repository at this point in the history
Prepared v2.9.4.2
  • Loading branch information
dlew authored Oct 1, 2016
2 parents 81a82e5 + 276e52a commit cfc35b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

# 2.9.4.2 *(2016-10-01)*

* [#152](https://github.com/dlew/joda-time-android/pull/152) Updated to tzdata 2016g

# 2.9.4.1 *(2016-07-06)*

* [#146](https://github.com/dlew/joda-time-android/pull/146) Updated to tzdata 2016f
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Add the following dependency to `build.gradle`:

```groovy
dependencies {
compile 'net.danlew:android.joda:2.9.4.1'
compile 'net.danlew:android.joda:2.9.4.2'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.2'
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.github.ben-manes:gradle-versions-plugin:0.11.3'
}
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VERSION_NAME=2.9.4.1-SNAPSHOT
VERSION_CODE=23
VERSION_NAME=2.9.4.2-SNAPSHOT
VERSION_CODE=24
GROUP=net.danlew

POM_DESCRIPTION=Joda-Time library with Android specialization
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Jan 28 11:14:52 CST 2016
#Sat Oct 01 08:38:03 EDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

0 comments on commit cfc35b5

Please sign in to comment.