diff --git a/test/react-native/features/fixtures/scenario-launcher/android/build.gradle b/test/react-native/features/fixtures/scenario-launcher/android/build.gradle index ba246f63cf..801debbf0f 100644 --- a/test/react-native/features/fixtures/scenario-launcher/android/build.gradle +++ b/test/react-native/features/fixtures/scenario-launcher/android/build.gradle @@ -48,7 +48,7 @@ android { } dependencies { - api "com.bugsnag:bugsnag-android:6.+" + compileOnly "com.bugsnag:bugsnag-android:6.+" implementation 'com.facebook.react:react-native:+' }