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

Improve get SDK version values on Android #77

Merged
merged 2 commits into from
Sep 22, 2018
Merged

Improve get SDK version values on Android #77

merged 2 commits into from
Sep 22, 2018

Conversation

maicki
Copy link
Contributor

@maicki maicki commented Sep 16, 2018

Following up on #67 just a bit of cleanup.

@thorbenprimke You think it's fine to also update the version to 27?

Copy link
Collaborator

@thorbenprimke thorbenprimke left a comment

Choose a reason for hiding this comment

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

Is this to easily integrate a lib into things like our P project?

def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}

def DEFAULT_COMPILE_SDK_VERSION = 27
def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
def DEFAULT_MIN_SDK_VERSION = 16
def DEFAULT_TARGET_SDK_VERSION = 26
Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, bump this to 27.
Compile and target should match afaik.

@maicki maicki merged commit e08c03c into frostney:master Sep 22, 2018
thebylito pushed a commit to thebylito/react-native-create-library that referenced this pull request Apr 24, 2019
* Improve get SDK version values on Android

* Target to compile should match
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