proyecto26 / react-native-inappbrowser

📱InAppBrowser for React Native (Android & iOS) 🤘
https://www.npmjs.com/package/react-native-inappbrowser-reborn
MIT License
1.29k stars 220 forks source link

:wrench: Upgraded dependency org.greenrobot:eventbus to 3.3.1 due to … #388

Closed AugustoAleGon closed 8 months ago

AugustoAleGon commented 1 year ago

…build issue

PR Checklist

What is the current behavior?

App won't compile.

What is the new behavior?

Bumped org.greenrobot:eventbus dependency causing issues since JCenter is deprecated.

implementation 'org.greenrobot:eventbus:3.1.0' to implementation 'org.greenrobot:eventbus:3.3.1'

Fixes/Implements/Closes #[Issue Number].

mmmcloughlin commented 1 year ago

Any chance this update will get added to resolve Google Console warnings about the version?