move compile/target sdk versions to 29 (#62799)#63008
move compile/target sdk versions to 29 (#62799)#63008fluttergithubbot merged 3 commits intoflutter:masterfrom
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