We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb45c0a commit 1cc647fCopy full SHA for 1cc647f
sentry-android-integration-tests/sentry-uitest-android/build.gradle.kts
@@ -110,11 +110,11 @@ dependencies {
110
implementation(libs.androidx.test.espresso.idling.resource)
111
implementation(Config.Libs.leakCanary)
112
113
- compileOnly(libs.jetbrains.annotations)
114
compileOnly(libs.nopen.annotations)
115
116
errorprone(libs.errorprone.core)
117
errorprone(libs.nopen.checker)
+ errorprone(libs.nullaway)
118
119
androidTestUtil(libs.androidx.test.orchestrator)
120
androidTestImplementation(projects.sentryTestSupport)
0 commit comments