gnosis / safe-android-kouban

2 stars 2 forks source link

DateUtils: Use JSR-310 compliant Date & Time API #89

Open elgatovital opened 4 years ago

elgatovital commented 4 years ago

https://developer.android.com/reference/kotlin/java/time/LocalDate etc.

jpalvarezl commented 4 years ago

LocalDate is API level 26. I think what we should be looking into is adding threeten to the project. https://github.com/JakeWharton/ThreeTenABP