proyecto26 / react-native-inappbrowser

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

[Android] EventBus 3.3.1 is available which has migrated to AndroidX libraries and ships with R8 rules included. #401

Open retyui opened 1 year ago

retyui commented 1 year ago
org.greenrobot:eventbus:3.2.0
This SDK version has a note from the SDK developer. Here's what the SDK developer told us:

EventBus 3.3.1 is available which has migrated to AndroidX libraries and ships with R8 rules included.
JavanHuang commented 1 year ago

I encountered this warning when I uploaded a new version of my app on the Google Play Store as well. It would be great if this pull request is merged so that we don't keep receiving this warning from Google Play Console.

mmmcloughlin commented 1 year ago

My company is also encountering this warning in Google Console.

retyui commented 1 year ago

@mmmcloughlin you can use patch-package to apply @JavanHuang changes