Move Android doctor SDK check to 29 and Cirrus images to 30#63517
Move Android doctor SDK check to 29 and Cirrus images to 30#63517xster merged 6 commits intoflutter:masterfrom
Conversation
There was a problem hiding this comment.
We shouldn't track this in two places. Can you update the create.dart usage (which populates the .iml template) to kAndroidSdkMinVersion and delete this?
Also, I wonder why the ide templates aren't using that, they hardcode the SDK version instead of using {{androidSdkVersion}}:
https://github.com/flutter/flutter/search?q=%22Android+API+25+Platform%22&unscoped_q=%22Android+API+25+Platform%22
Can you update those manually to 29? I created #63522 to change these to use the template context.
There was a problem hiding this comment.
sure. Done.
re: the ide template stuff, ya it's a bit unclean. I think it was a template to unpack IntelliJ projects for the Flutter SDK itself rather than a Flutter project so it doesn't have the same templates. Still worth cleaning up.
|
.cirrus.yml
Outdated
There was a problem hiding this comment.
what do you mean? 😅 seems the image is working for you 🤔
There was a problem hiding this comment.
ah ya LG. You were just mentioning on chat previously whether we needed 30. Awesome, thanks!
There was a problem hiding this comment.
oh, right. I was asking in the context of using 30 in the catalina-xcode-12.0-flutter. I'll upgrade it once this PR merged or it doesn't matter and I can bump it any time?
There was a problem hiding this comment.
You just meant creating a new catalina-xcode-12.0-flutter rather than moving all our current tests to catalina-xcode-12.0-flutter right? if so then ya, any time is good.
There was a problem hiding this comment.
If I understand your question, it's 2 separate things. This is Android 30 for Linux and Windows, that one is Xcode 12 for macOS. We can do them separately.
Fixes #54382
Also move Cirrus to SDK 30 in the spirit of testing #56597