Closed viter-sweatcon closed 1 year ago
Looks like it's a fix for https://github.com/appmattus/certificatetransparency/issues/85
Or may be it's a bad idea to make this change in library project and It will be better to setup API desugaring of client side (in app module) ...
Or may be it's a bad idea to make this change in library project and It will be better to setup API desugaring of client side (in app module) ...
Yes my preference would be not update the library for this. This does however highlight I'm not documenting this though so I'll add something to the readme.
Fixes crash: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/time/Duration; for android devices with api level < 26 by enabling android's D8 API desugaring (https://developer.android.com/studio/write/java8-support#library-desugaring).