Skip to content

Commit c23d09e

Browse files
committed
Prepare version 1.4.8
1 parent 102ec46 commit c23d09e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Change Log
22
==========
33

4+
Version 1.4.8 *(2024-11-26)*
5+
----------------------------
6+
7+
* Update ThreeTenBP dependency to 1.7.0 ([change log][threeten170])
8+
* Update time zone data to 2024b(gtz).
9+
410
Version 1.4.7 *(2024-03-27)*
511
----------------------------
612

@@ -194,4 +200,5 @@ Initial release.
194200
[threeten167]: https://www.threeten.org/threetenbp/changes-report.html#a1.6.7
195201
[threeten168]: https://www.threeten.org/threetenbp/changes-report.html#a1.6.8
196202
[threeten169]: https://www.threeten.org/threetenbp/changes-report.html#a1.6.9
203+
[threeten170]: https://www.threeten.org/threetenbp/changes-report.html#a1.7.0
197204

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Download
6464
--------
6565

6666
```groovy
67-
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7'
67+
implementation 'com.jakewharton.threetenabp:threetenabp:1.4.8'
6868
```
6969

7070
Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=com.jakewharton.threetenabp
2-
VERSION_NAME=1.5.0-SNAPSHOT
2+
VERSION_NAME=1.4.8
33

44
POM_DESCRIPTION=An adaptation of the JSR-310 backport for Android.
55

0 commit comments

Comments
 (0)