Skip to content

Commit ea90a17

Browse files
committed
Fix NoSuchMethodError in ReactNative tests
1 parent 3b1b927 commit ea90a17

File tree

1 file changed

+1
-1
lines changed
  • test/react-native/features/fixtures/scenario-launcher/android

1 file changed

+1
-1
lines changed

test/react-native/features/fixtures/scenario-launcher/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ repositories {
3535
}
3636

3737
dependencies {
38-
api "com.bugsnag:bugsnag-android:6.+"
38+
compileOnly "com.bugsnag:bugsnag-android:6.+"
3939
implementation 'com.facebook.react:react-native'
4040
}

0 commit comments

Comments
 (0)