oxmc b328dbea85 SetupWizard: link okhttp3 + okio directly to fix R8 missing classes
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.
2026-07-18 01:10:44 -07:00
2026-07-15 15:54:10 -07:00
S
Description
No description provided
4 MiB
Languages
Kotlin 100%