react-native-inappbrowser icon indicating copy to clipboard operation
react-native-inappbrowser copied to clipboard

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

Open retyui opened this issue 3 years ago • 3 comments

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.

retyui avatar Feb 02 '23 17:02 retyui

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.

JavanHuang avatar Feb 23 '23 07:02 JavanHuang

My company is also encountering this warning in Google Console.

mmmcloughlin avatar May 03 '23 23:05 mmmcloughlin

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

retyui avatar May 07 '23 08:05 retyui