OffsetDateTime is avalaible only for sdk version > 26. Using the plugin with older version of Android causes an application crash.
This modification allows us to use the plugin with older version of Android. It uses java.util.Date which is the old java way to manage date with java.time.Instant which is the tool in Java 8 to keep compatibility with older Java version.
Tested this code on Android 4.4 it does not crash anymore.
OffsetDateTime is avalaible only for sdk version > 26. Using the plugin with older version of Android causes an application crash.
This modification allows us to use the plugin with older version of Android. It uses java.util.Date which is the old java way to manage date with java.time.Instant which is the tool in Java 8 to keep compatibility with older Java version.
Tested this code on Android 4.4 it does not crash anymore.