Changing min API to 24 :wink:
# android
b
Changing min API to 24 😉
k
bryan: Looks like I might have passed the wrong information regarding this. Android indeed doesn't support java.time APIs. See supported features and APIs here: https://developer.android.com/guide/platform/j8-jack.html#supported-features
b
Thanks!
k
Your other option really is ThreeTenABP: https://github.com/JakeWharton/ThreeTenABP
It has roughly about 2.9k methods
Jodatime has ~4.7k
b
Thanks I went with ThreeTenABP
👍 1