We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8828819 + e139fa8 commit 9ef19e5Copy full SHA for 9ef19e5
templates/android/library/build.gradle.twig
@@ -59,10 +59,7 @@ dependencies {
59
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
60
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
61
62
- api(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
63
- api("com.squareup.okhttp3:okhttp")
64
- implementation("com.squareup.okhttp3:okhttp-urlconnection")
65
- implementation("com.squareup.okhttp3:logging-interceptor")
+ implementation("com.squareup.okhttp3:okhttp:4.12.0")
66
implementation("com.google.code.gson:gson:2.10.1")
67
68
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")
0 commit comments