Skip to content

Commit 7fefee3

Browse files
committed
compileOnly test utils dependency
1 parent fd4b091 commit 7fefee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/react-native/native-test-utils/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ dependencies {
1616
compileOnly("com.bugsnag:bugsnag-android-performance:2.0.0")
1717
compileOnly("com.bugsnag:bugsnag-android-performance-impl:2.0.0")
1818
implementation project(':bugsnag_react-native-performance')
19-
implementation project(':bugsnag_plugin-react-native-span-access')
19+
compileOnly project(':bugsnag_plugin-react-native-span-access')
2020
}

0 commit comments

Comments
 (0)