Skip to content

Commit 8251bf6

Browse files
runningcodeclaude
andcommitted
test(build): Drop redundant AAR dependency on sentry-okhttp
sentry-okhttp is a plain JVM library, so pulling it through the testImplementationAar (.aar -> .jar) configuration is unnecessary; the testImplementation entry already provides it on the test classpath. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent afdf31a commit 8251bf6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

plugin-build/build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ dependencies {
6060
testRuntimeOnly(files(androidSdkPath))
6161
testImplementationAar(libs.sentryAndroid)
6262
testImplementation(libs.sentryOkhttp)
63-
testImplementationAar(libs.sentryOkhttp)
6463

6564
// Needed to read contents from APK/Source Bundles
6665
testImplementation(libs.arscLib)

0 commit comments

Comments
 (0)