-
Notifications
You must be signed in to change notification settings - Fork 29.7k
move compile/target sdk versions to 29 (#62799) #63008
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
Conversation
9739229 to
da1048a
Compare
|
@fkorotkov do you know what's up with these tests? Do we need to install Java ourselves on these linux dockers? |
|
I think @jmagman provided some insights on Discord about the issue. Please let me know if I can help you somehow. |
The test has Android SDK 28.0.3 installed, you bumped the requirement to 29, but there will be a doctor error until there's some automatic download building the Android app. And the doctor validation fails in setup too. |
da1048a to
a84f3df
Compare
|
🤦🏻♂️ yup. Moving the doctor check to another PR since updating the min required SDK for all projects (and modifying Cirrus's docker file) vs updating the template which self-upgrades are 2 different semantic steps anyway. |
|
Is there a reason you didn't choose API 30 which is the latest? |
|
@bernaferrari see #56597 |
Unrevert #62884
Fixed revert by fixing permissions on devicelab.
Also add checks in doctor validation.#54382