You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description Json.java uses DateTimeFormatter class which is only supports android api >= 0reo(API 26), but the min sdk version is 15. Hence it is causing app crash in android making this library only available for device run-in non android API level 26+.
Screenshot
The text was updated successfully, but these errors were encountered:
can we replace java.time with org.threeten.bp in JSON.java. @vorburger, @Grandolf49 and @iamsh4shank please suggest if this change would be causing any breaks in code. Since the main problem is with Java.time which is only available in android API 26+. Thanks :)
Description
Json.java
usesDateTimeFormatter
class which is only supports android api >= 0reo(API 26), but the min sdk version is 15. Hence it is causing app crash in android making this library only available for device run-in non android API level 26+.Screenshot
The text was updated successfully, but these errors were encountered: