1. 29 Jan, 2024 1 commit
    • 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
  2. 09 Nov, 2023 1 commit
  3. 03 Nov, 2023 1 commit
  4. 02 Nov, 2023 1 commit
  5. 31 Jul, 2023 1 commit
  6. 09 Jun, 2023 1 commit
  7. 27 Apr, 2023 1 commit
  8. 20 Nov, 2021 1 commit
  9. 07 Nov, 2021 1 commit
  10. 05 Nov, 2021 3 commits
  11. 20 Apr, 2021 1 commit
  12. 02 Dec, 2020 1 commit
  13. 23 Nov, 2020 1 commit
  14. 20 Nov, 2020 1 commit
  15. 11 Aug, 2020 1 commit
  16. 04 Aug, 2020 2 commits
  17. 06 Apr, 2020 1 commit