From ae25890927eafa6c2522bef76ad832d241efd1f4 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 15 Nov 2024 10:41:38 +0000 Subject: [PATCH] test(ReactNative): replace `api` with `compileOnly` for bugsnag-android dependency --- .../features/fixtures/scenario-launcher/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ba246f63c..801debbf0 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:+' }