Skip to content

Commit a7a01d9

Browse files
runningcodeclaude
andcommitted
fix(replay): Remove unnecessary jetbrains-annotations dependency (JAVA-504)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 23af62e commit a7a01d9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sentry-android-replay/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ android {
6161

6262
buildFeatures { buildConfig = true }
6363

64-
configurations.all { resolutionStrategy.force(libs.jetbrains.annotations.get()) }
65-
6664
androidComponents.beforeVariants {
6765
it.enable = !Config.Android.shouldSkipDebugVariant(it.buildType)
6866
}
@@ -73,7 +71,6 @@ kotlin { explicitApi() }
7371
dependencies {
7472
api(projects.sentry)
7573

76-
compileOnly(libs.jetbrains.annotations)
7774
compileOnly(libs.androidx.compose.ui.replay)
7875
implementation(kotlin(Config.kotlinStdLib, Config.kotlinStdLibVersionAndroid))
7976
// tests

0 commit comments

Comments
 (0)