proyecto26 / react-native-inappbrowser

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

🔨Upgraded dependency org.greenrobot:eventbus to 3.1.0 due to build issue #347

Closed chrismerino closed 2 years ago

chrismerino commented 2 years ago

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.+' to implementation 'org.greenrobot:eventbus:3.1.0'

AlexanderLanderos commented 2 years ago

This bump is needed! Our android builds are pretty much dead as of today without it. Thanks!

jdnichollsc commented 2 years ago

Thanks for your contribution! <3