-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Bump compileSdkVersion to 27 and buildToolsVersion to 27.0.3 #20777
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was closed by @dulmandakh in 044b399. Once this commit is added to a release, you will see the corresponding version tag below the description at 044b399. If the commit has a single |
…k#20777) Summary: I found that android support library 27.x (facebook@874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27. Pull Request resolved: facebook#20777 Differential Revision: D9478431 Pulled By: hramos fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
Summary: I found that android support library 27.x (facebook/react-native@874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27. Pull Request resolved: facebook/react-native#20777 Differential Revision: D9478431 Pulled By: hramos fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
Summary: I found that android support library 27.x (facebook/react-native@874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27. Pull Request resolved: facebook/react-native#20777 Differential Revision: D9478431 Pulled By: hramos fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
…k#20777) Summary: I found that android support library 27.x (facebook@874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27. Pull Request resolved: facebook#20777 Differential Revision: D9478431 Pulled By: hramos fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
…k#20777) Summary: I found that android support library 27.x (facebook@874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27. Pull Request resolved: facebook#20777 Differential Revision: D9478431 Pulled By: hramos fbshipit-source-id: ca100f6b5b39e7d112926124423f9510a0efc291
I found that android support library 27.x (874cca1) requires compileSdkVersion to be 27. Also found that many FB projects use SDK 27.
Test Plan:
Everything builds and run normally. Warning from support library will disappear.