Add explicit dependency to okhttp (was provided by coil), and inject the OkHttpClient to DefaultBugReporter.
This commit is contained in:
parent
d651678718
commit
b68830faf1
2 changed files with 4 additions and 4 deletions
|
|
@ -43,6 +43,8 @@ dependencies {
|
|||
api(libs.squareup.seismic)
|
||||
api(projects.features.rageshake.api)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
implementation(platform(libs.network.okhttp.bom))
|
||||
implementation("com.squareup.okhttp3:okhttp")
|
||||
implementation(libs.coil)
|
||||
implementation(libs.coil.compose)
|
||||
ksp(libs.showkase.processor)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue