SpartanJ / ImgurViewer

ImgurViewer is a little image viewer to open image links from external applications in the fastest way possible.
112 stars 7 forks source link

Crash on Android 7.0 #54

Closed RedMser closed 1 year ago

RedMser commented 1 year ago

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?