• Zachary Anderson's avatar
    Update Android minSdkVersion to 21 (#142267) · 6a6874ec
    Zachary Anderson authored
    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
    6a6874ec
Name
Last commit
Last update
.github Loading commit data...
.vscode Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.ci.yaml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODEOWNERS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENT_GRANT Loading commit data...
README.md Loading commit data...
TESTOWNERS Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...