Skip to content

Commit 5382d70

Browse files
committed
improve
1 parent f3044e1 commit 5382d70

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

gradle/libs.versions.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core",
9898
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
9999
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktorClient" }
100100
ktor-client-java = { module = "io.ktor:ktor-client-java", version.ref = "ktorClient" }
101-
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktorClient" }
102101
log4j-api = { module = "org.apache.logging.log4j:log4j-api", version.ref = "log4j2" }
103102
log4j-core = { module = "org.apache.logging.log4j:log4j-core", version.ref = "log4j2" }
104103
leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version = "2.14" }

sentry-ktor-client/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ dependencies {
2727
compileOnly(libs.jetbrains.annotations)
2828
compileOnly(libs.nopen.annotations)
2929
compileOnly(libs.ktor.client.core)
30-
compileOnly(libs.ktor.client.okhttp)
3130
errorprone(libs.errorprone.core)
3231
errorprone(libs.nopen.checker)
3332
errorprone(libs.nullaway)
@@ -38,8 +37,6 @@ dependencies {
3837
testImplementation(libs.mockito.inline)
3938
testImplementation(libs.ktor.client.core)
4039
testImplementation(libs.ktor.client.java)
41-
testImplementation(libs.ktor.client.okhttp)
42-
testImplementation(projects.sentryOkhttp)
4340
testImplementation(libs.okhttp.mockwebserver)
4441
}
4542

0 commit comments

Comments
 (0)