Closed RedMser closed 1 year ago
PR #52 adds an import to java.time.Duration which requires Android API level 26.
java.time.Duration
On my Android 7.0 device this causes error java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration
Maybe minimum SDK version has to be increased, or this fix can be implemented without using this specific API?
PR #52 adds an import to
java.time.Duration
which requires Android API level 26.On my Android 7.0 device this causes error
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration
Maybe minimum SDK version has to be increased, or this fix can be implemented without using this specific API?