Shopify / mobile-buy-sdk-android

Shopify’s Mobile Buy SDK makes it simple to sell physical products inside your mobile app. With a few lines of code, you can connect your app with the Shopify platform and let your users buy your products using their credit card.
MIT License
212 stars 136 forks source link

Remove dependency on Jodatime #676

Open ansman opened 3 years ago

ansman commented 3 years ago

Currently Jodatime is required but looking at the code it's only used to parse ISO-8601 dates which can easily be done without pulling in Jodatime which adds quite a lot of methods and bytes to the final APK.

Not only this but ThreeTenBackport is recommended over Jodatime and now that Android supports backporting java.time I would recommend using that instead of either Joda or ThreeTen.