flutter/dev
Zachary Anderson 6a6874ecf9
Update Android minSdkVersion to 21 (#142267)
This PR increases Android's `minSdkVersion` to 21.

There are two changes in this PR aside from simply increasing the number
from 19 to 21 everywhere.

First, tests using `flutter_gallery` fail without updating the
lockfiles. The changes in the PR are the results of running
`dev/tools/bin/generate_gradle_lockfiles.dart` on that app.

Second, from
[here](https://developer.android.com/build/multidex#mdex-pre-l):
> if your minSdkVersion is 21 or higher, multidex is enabled by default
and you don't need the multidex library.

As a result, the `multidex` option everywhere is obsolete. This PR
removes all logic and tests related to that option that I could find.
`Google testing` and `customer_tests` pass on this PR, so it seems like
this won't be too breaking if it is at all. If needed I'll give this
some time to bake in the framework before landing the flutter/engine
PRs.

Context: https://github.com/flutter/flutter/issues/138117,
https://github.com/flutter/flutter/issues/141277, b/319373605
2024-01-29 09:49:09 -08:00
..
a11y_assessments Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
automated_tests Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
benchmarks Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
bots Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
conductor provide command to FakeCommand::onRun (#142206) 2024-01-25 07:51:25 +00:00
customer_testing Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
devicelab Move iOS content validation devicelab test into tool integration test (#142272) 2024-01-26 18:04:09 +00:00
docs Update links and surrounding text for new main-api docs (#138602) 2023-11-17 22:27:53 +00:00
forbidden_from_release_tests Manual pub roll pinning web socket channel (#141040) 2024-01-05 22:29:58 +00:00
integration_tests Update Android minSdkVersion to 21 (#142267) 2024-01-29 09:49:09 -08:00
manual_tests Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
missing_dependency_tests Enable private field promotion for dev (#134480) 2023-09-12 18:29:00 +00:00
snippets/config Remove null-safety argument from DartPad doc samples (#127345) 2023-05-23 00:10:11 +00:00
tools provide command to FakeCommand::onRun (#142206) 2024-01-25 07:51:25 +00:00
tracing_tests Upgrade leak_tracker. (#142162) 2024-01-24 15:33:17 -08:00
analysis_options.yaml Enable more lints (#91642) 2021-10-14 22:03:03 -07:00
README.md Migrate to .ci.yaml (#82960) 2021-05-19 20:09:46 -07:00

This directory contains tools and resources that the Flutter team uses during the development of the framework. The tools in this directory should not be necessary for developing Flutter applications, though of course, they may be interesting if you are curious.

The tests in this directory are run in the framework_tests_misc-* shards.