Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

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

Merged
merged 2 commits into from
Sep 6, 2018

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
Copy link
Contributor Author

@yeomann yeomann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

additionally added react native package version to be dynamic as well

Copy link

@lucasbento lucasbento left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@yeomann
Copy link
Contributor Author

yeomann commented Aug 1, 2018

pleasure @lucasbento

@zoontek
Copy link
Owner

zoontek commented Sep 6, 2018

Thanks, I'll deploy a new version soon!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants