Skip to content

Conversation

@GaryQian
Copy link
Contributor

@GaryQian GaryQian commented Oct 5, 2022

Upgrade targetSdkVersion and compileSdkVersion to 33

Addresses #103356

Issues with app startup on emulators have been resolved as of 3.3.0

@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Oct 5, 2022
@GaryQian GaryQian marked this pull request as ready for review October 5, 2022 21:55
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should make an end-to-end test where we flutter create a project, add some Android call that's from the latest SDK we support in that project's source, and then compile it; then we can update what that call is whenever we are bumping the version, to validate that this is actually working as expected.

@GaryQian
Copy link
Contributor Author

GaryQian commented Oct 6, 2022

Yeah, that sounds good, I'll make a test like that!

@GaryQian
Copy link
Contributor Author

GaryQian commented Oct 6, 2022

@stuartmorgan Added the test.

@GaryQian GaryQian added the autosubmit Merge PR when tree becomes green via auto submit App label Oct 6, 2022
Copy link
Contributor

@stuartmorgan-g stuartmorgan-g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmit Merge PR when tree becomes green via auto submit App tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants