Skip to content

Commit 3bf9148

Browse files
committed
Remove unused dependency
1 parent 0e8f198 commit 3bf9148

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ junit = { module = "junit:junit", version.ref = "junit" }
5757
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
5858
okhttp-base = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
5959
okhttp-brotli = { module = "com.squareup.okhttp3:okhttp-brotli", version.ref = "okhttp" }
60-
# Use okhttp-coroutines and remove "Call.executeAsync" calls once OkHttp 5.0 stable is released
61-
okhttp-coroutines = { module = "com.squareup.okhttp3:okhttp-coroutines", version.ref = "okhttp" }
6260
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
6361
room-base = { module = "androidx.room:room-ktx", version.ref = "room" }
6462
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }

0 commit comments

Comments
 (0)