Skip to content

improved SDK values -use SDK Version values from root project #739

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

Closed
wants to merge 1 commit into from

Conversation

yeomann
Copy link
Contributor

@yeomann yeomann commented Jul 24, 2018

Instead of assuming the compileSdkVersion , targetSdkVersion, etc, we can make it dynamic by reading it from the root project.

Android Target API Level 26 will be required in August 2018.
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html

Therefore I wrote target values of 26 instead of 23

And the React Native team is already working on this:
facebook/react-native#18095
facebook/react-native#17741

Instead of assuming the `compileSdkVersion `, `targetSdkVersion`, etc, we can make it dynamic by reading it from the root project.


Android Target API Level 26 will be required in August 2018.
https://android-developers.googleblog.com/2017/12/improving-app-security-and-performance.html

Therefore I wrote target values of 26 instead of 23

And the React Native team is already working on this:
facebook/react-native#18095
facebook/react-native#17741
@ethanneff
Copy link

Can confirm this works for React Native 0.56.0. Can we get this merged?

@yeomann
Copy link
Contributor Author

yeomann commented Jul 24, 2018

yup I can confirm this is 💯 working, even I upgraded mine config to SDK 27 all good, test on API 23 on my phone as well.

@msand
Copy link
Collaborator

msand commented Jul 26, 2018

Merged #729 and published v6.5.0

@msand msand closed this Jul 26, 2018
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.

3 participants