delete unnecessary import

This commit is contained in:
moreoronce 2024-10-05 12:47:44 +08:00
parent 654d9581ac
commit 51dd4fccbb
2 changed files with 0 additions and 5 deletions

View file

@ -55,8 +55,6 @@ android {
}
dependencies {
implementation(libs.okhttp)
implementation(libs.okhttp.logging)
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.activity.compose)

View file

@ -9,12 +9,9 @@ lifecycleRuntimeKtx = "2.6.1"
activityCompose = "1.8.0"
composeBom = "2024.04.01"
appcompat = "1.7.0"
okhttp = "4.9.3"
[libraries]
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version.ref = "okhttp" }
okhttp-logging = { group = "com.squareup.okhttp3", name = "logging-interceptor", version.ref = "okhttp" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }