1. 21 Feb, 2024 1 commit
  2. 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
  3. 07 Dec, 2023 1 commit
  4. 14 Apr, 2023 1 commit
  5. 22 Mar, 2023 1 commit
  6. 20 Mar, 2023 1 commit
  7. 17 Mar, 2023 2 commits
  8. 13 Mar, 2023 1 commit
  9. 08 Nov, 2022 1 commit
  10. 10 May, 2022 1 commit
  11. 06 Jan, 2022 1 commit
  12. 12 Nov, 2021 2 commits
  13. 11 Nov, 2021 2 commits
  14. 10 Nov, 2021 2 commits
  15. 02 Nov, 2021 1 commit
  16. 19 Oct, 2021 1 commit
  17. 14 Oct, 2021 2 commits
  18. 08 Oct, 2021 3 commits
  19. 19 May, 2021 1 commit
  20. 07 Apr, 2021 1 commit
  21. 24 Mar, 2021 1 commit
  22. 05 Mar, 2021 1 commit
  23. 14 Feb, 2021 1 commit
  24. 27 Jan, 2021 1 commit
  25. 07 Jan, 2021 1 commit
  26. 02 Dec, 2020 1 commit
  27. 23 Nov, 2020 1 commit
  28. 20 Nov, 2020 1 commit
  29. 11 Nov, 2020 1 commit
  30. 03 Nov, 2020 1 commit
  31. 19 Oct, 2020 3 commits