Add explicit dependency to okhttp (was provided by coil), and inject the OkHttpClient to DefaultBugReporter.

This commit is contained in:
Benoit Marty 2023-03-16 15:11:55 +01:00 committed by Benoit Marty
parent d651678718
commit b68830faf1
2 changed files with 4 additions and 4 deletions

View file

@ -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)