File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
Change Log
2
2
==========
3
3
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
+
4
10
Version 1.4.7 * (2024-03-27)*
5
11
----------------------------
6
12
@@ -194,4 +200,5 @@ Initial release.
194
200
[ threeten167 ] : https://www.threeten.org/threetenbp/changes-report.html#a1.6.7
195
201
[ threeten168 ] : https://www.threeten.org/threetenbp/changes-report.html#a1.6.8
196
202
[ 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
197
204
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ Download
64
64
--------
65
65
66
66
``` groovy
67
- implementation 'com.jakewharton.threetenabp:threetenabp:1.4.7 '
67
+ implementation 'com.jakewharton.threetenabp:threetenabp:1.4.8 '
68
68
```
69
69
70
70
Snapshots of the development version are available in [ Sonatype's ` snapshots ` repository] [ snap ] .
Original file line number Diff line number Diff line change 1
1
GROUP =com.jakewharton.threetenabp
2
- VERSION_NAME =1.5.0-SNAPSHOT
2
+ VERSION_NAME =1.4.8
3
3
4
4
POM_DESCRIPTION =An adaptation of the JSR-310 backport for Android.
5
5
You can’t perform that action at this time.
0 commit comments