-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Android] Introduces API 34 emulators for tests #4804
Conversation
How are we validating that flutter changes are compatible with newer emulator APIs? |
Just by changing the emulator versions we use for testing in CI like this and seeing if there are any failures. There are failures on this PR that are blocking that but I'm working on #5105 to update the tests that I can to run on new emulators. |
Closing as I will be landing partial updates. |
Introduces API 34 emulators for subset of tests not causing test failures in flutter#4804. Also changes linux_android version to 34v1. Continuation of flutter#4820.
Introduces API 34 emulators for tests.
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the pub versioning philosophy, or this PR is exempt from version changes.CHANGELOG.md
to add a description of the change, following repository CHANGELOG style.///
).