Skip to content

Commit

Permalink
Prepare release v2.10.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dlew committed Aug 14, 2020
1 parent 2e79362 commit a8b2d43
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.10.6.1 *(2020-08-14)*

* [#255](https://github.com/dlew/joda-time-android/pull/255) Fix NotSerializableException thrown when using Proguard/R8

# 2.10.6 *(2020-05-03)*

* [#243](https://github.com/dlew/joda-time-android/pull/243) Updated to joda-time 2.10.6
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 {
implementation 'net.danlew:android.joda:2.10.6'
implementation 'net.danlew:android.joda:2.10.6.1'
}
```

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.10.6-SNAPSHOT
VERSION_CODE=40
VERSION_NAME=2.10.6.1-SNAPSHOT
VERSION_CODE=41
GROUP=net.danlew

POM_DESCRIPTION=Joda-Time library with Android specialization
Expand Down

0 comments on commit a8b2d43

Please sign in to comment.