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

Allow using Android SDK 27 #3313

Merged
merged 2 commits into from
Jan 10, 2018
Merged

Allow using Android SDK 27 #3313

merged 2 commits into from
Jan 10, 2018

Conversation

rosen-vladimirov
Copy link
Contributor

@rosen-vladimirov rosen-vladimirov commented Jan 9, 2018

Add version 27 of Android SDK as verified, so users will use it by default when it is installed.

Use latest available appCompat version

The current CLI logic finds appCompat version that matches the selected SDK version. However, the latest appCompat version is 26.0.0-alpha, so in case we have Android SDK 27, we are unable to find matchin appCompat.
In order to resolve the issue and allow using Android SDK 27, get latest available appCompat version when there's no matching one.

Copy link
Contributor

@dtopuzov dtopuzov left a comment

Choose a reason for hiding this comment

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

👍 after green PR.

@mbektchiev
Copy link
Contributor

run ci

1 similar comment
@miroslavaivanova
Copy link
Contributor

run ci

Add version 27 of Android SDK as verified, so users will use it by default when it is installed.
The current CLI logic finds appCompat version that matches the selected SDK version. However, the latest appCompat version is 26.0.0-alpha, so in case we have Android SDK 27, we are unable to find matchin appCompat.
In order to resolve the issue and allow using Android SDK 27, get latest available appCompat version when there's no matching one.
@rosen-vladimirov rosen-vladimirov merged commit d7da531 into release Jan 10, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/android-27 branch January 10, 2018 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants