Skip to content
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

android: allow root project to specify dependency versions #1007

Merged
merged 1 commit into from
Apr 21, 2018

Conversation

mlc
Copy link

@mlc mlc commented Apr 21, 2018

React Native projects with multiple native dependencies often end up unintentionally relying on a variety of Android SDK versions, which can lead to unpredictable build-time failures or even run-time crashes. Many libraries (see, e.g., react-native-maps/react-native-maps#2047) have been moving to a system of allowing the solution recommended by google of having the root project set properties with the desired dependency versions. This PR implements that solution for react-native-firebase.

@Salakar
Copy link
Member

Salakar commented Apr 21, 2018

@mlc thanks for this, makes sense! Will merge and run on ./bridge tests project to confirm - but I don't see anything breaking here as fallback behaviour has been handled 👌

@Salakar Salakar merged commit 6dac0e4 into invertase:master Apr 21, 2018
@mlc
Copy link
Author

mlc commented Apr 21, 2018

thanks, @Salakar!

@Salakar
Copy link
Member

Salakar commented Apr 21, 2018

image

All good, thanks again for this.

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants