-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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 28 and buildToolsVersion to 28.0.2 #20585
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 has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
@hramos any updates? |
IMHO, there will be no change on how RN behaves because we retained targetSdkVersion. |
Gradle changes look OK to me, but I'm not sure if we can land the change to .buckconfig just yet as we're using |
This one is still waiting for approval from a teammate. |
closing this PR, will create another PR once SDK 28 and support library 28.x released. |
I recently had to undo the bump to SDK 27 (and then add it back), so I'll add some more context in this PR for future reference. Hopefully this will be useful to myself, or whoever works on adding support for SDK 28. Outright, I don't think we need to land support for 28 just yet. Google will not start requiring SDK 28 for new apps until August 2020. In order to import this, whenever we decide it's needed, we'll first need to make sure the SDK is officially supported by Facebook's internal build system. As of this writing, we only support SDKs up to API 26. Facebook employees can look at D9929066 to see how it's possible to use SDK 27 and 28 for running tests, prior to official support becoming available. |
looks like the undo commit break ci build, can you check that ? |
@gengjiawen working on it 👍 |
This PR will bump compileSdkVersion to 28 and buildToolsVersion to 28.0.2, which was released a few days ago.
I decided to split #20026 into smaller, easy to review PRs.
Test Plan:
Everything builds and runs as normal
Release Notes:
[ANDROID] [ENHANCEMENT] [SDK] - Bump Android SDK to 28