zhanghai / MaterialFiles

Material Design file manager for Android
https://play.google.com/store/apps/details?id=me.zhanghai.android.files
GNU General Public License v3.0
6.07k stars 410 forks source link

Use D8 desugaring instead of ThreeTenABP #1155

Open zhanghai opened 8 months ago

zhanghai commented 8 months ago

https://developer.android.com/studio/write/java8-support-table

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.

https://github.com/JakeWharton/ThreeTenABP

This will also allow us to use libraries that depend on Java 8.