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.
1 parent 0e8f198 commit 3bf9148Copy full SHA for 3bf9148
1 file changed
gradle/libs.versions.toml
@@ -57,8 +57,6 @@ junit = { module = "junit:junit", version.ref = "junit" }
57
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
58
okhttp-base = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" }
59
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" }
62
okhttp-mockwebserver = { module = "com.squareup.okhttp3:mockwebserver", version.ref = "okhttp" }
63
room-base = { module = "androidx.room:room-ktx", version.ref = "room" }
64
room-compiler = { module = "androidx.room:room-compiler", version.ref = "room" }
0 commit comments