Skip to content

Commit

Permalink
Fix NoSuchMethodError in ReactNative tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerbenw committed Nov 21, 2024
1 parent c0208be commit 9ee5726
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ android {
}

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

Expand Down

0 comments on commit 9ee5726

Please sign in to comment.