1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00

Cleanup libs.versions.toml (#7082)

This commit is contained in:
Goooler
2022-02-18 03:03:07 +08:00
committed by GitHub
parent 631a29eb7a
commit 9d0208d43a
9 changed files with 45 additions and 65 deletions

View File

@@ -47,7 +47,7 @@ dependencies {
androidTestImplementation(libs.bouncycastle.bctls)
androidTestImplementation(libs.androidx.junit)
androidTestImplementation(libs.androidx.espresso.core)
androidTestImplementation(libs.httpcomponents.httpclient5)
androidTestImplementation(libs.httpClient5)
androidTestImplementation(libs.squareup.moshi)
androidTestImplementation(libs.squareup.moshi.kotlin)
}