-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
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
add google() to build.gradle in CLI template #17395
Conversation
fixes android build issue
Generated by 🚫 dangerJS |
@riwu I tried to find reviewers for this pull request and wanted to ping them to take another look. However, based on the blame information for the files in this pull request I couldn't find any reviewers. This sometimes happens when the files in the pull request are new or don't exist on master anymore. Is this pull request still relevant? If yes could you please rebase? In case you know who has context on this code feel free to mention them in a comment (one person is fine). Thanks for reading and hope you will continue contributing to the project. |
@riwu what problem does this fix specifically? Can you provide a repro? |
@@ -3,6 +3,7 @@ | |||
buildscript { | |||
repositories { | |||
jcenter() | |||
google() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also i think this only works for gradle 4 and up. RN is not using gradle 4 yet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do not merge until Gradle version is bumped
closing this PR because the same change is introduced in 6e35689 |
Motivation
Fixes android build issue