Skip to content

Commit 9ef19e5

Browse files
authored
Merge pull request #816 from appwrite/fix-okhttp-bom
Test removing okhttp BOM
2 parents 8828819 + e139fa8 commit 9ef19e5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/android/library/build.gradle.twig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,7 @@ dependencies {
5959
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.1")
6060
api("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1")
6161

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")
62+
implementation("com.squareup.okhttp3:okhttp:4.12.0")
6663
implementation("com.google.code.gson:gson:2.10.1")
6764

6865
implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.7.0")

0 commit comments

Comments
 (0)