TakWolf-Deprecated / CNode-Material-Design

CNode 社区第三方 Android 客户端,原生 App,Material Design 风格,支持夜间模式。
https://cnodejs.org
Apache License 2.0
1.34k stars 347 forks source link

移除 Joda-Time-Android,使用 ThreeTenABP 替代 #82

Closed TakWolf closed 2 years ago

TakWolf commented 5 years ago

joda-time-android:

https://github.com/dlew/joda-time-android

ThreeTenABP:

https://github.com/JakeWharton/ThreeTenABP

要求 minSdkVersion = 15

TakWolf commented 5 years ago

替换原因:

ThreeTen 为 jsr310 标准的兼容实现,更符合 Java 标准

TakWolf commented 2 years ago

Attention: Development on this library is winding down. Please consider switching to Android Gradle plugin 4.0, java.time.*, and its core library desugaring feature in the coming months.