We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a follow-up to #278, we need to remove the remaining react-native dependencies when they've been published to Maven Central.
react-native
The text was updated successfully, but these errors were encountered:
@tido64 , do you know if the dependencies have been published to Maven Central?
includeGroup("com.facebook.fbjni") includeGroup("com.facebook.flipper") includeGroup("com.facebook.fresco") includeGroup("com.facebook.yoga")
Sorry, something went wrong.
As far as I know, only the versions that 0.65+ depends on are uploaded. If we're targeting older versions, we still need to use JCenter.
Ok, thanks. Another reason to move to 0.65+.
Successfully merging a pull request may close this issue.
As a follow-up to #278, we need to remove the remaining
react-native
dependencies when they've been published to Maven Central.The text was updated successfully, but these errors were encountered: