b328dbea8579402769cde55cbd894c49b2da6396
coil-network-okhttp / coil-core declare okhttp3 and okio as static_libs, but that transitive link (java_import jars through the Coil AAR imports) does not reach this app's R8 program, so R8 reported okhttp3.*/okio.* as missing and Coil's OkHttp fetcher would NoClassDefFoundError when loading network images (device render from deviceInfo[4]). List okhttp3 and okio directly in static_libs so their classes are in the dex.
Description
No description provided
4 MiB
Languages
Kotlin
100%