1. 12 Oct, 2020 1 commit
  2. 08 Jun, 2020 1 commit
  3. 20 May, 2020 1 commit
  4. 19 May, 2020 2 commits
  5. 10 Mar, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] handle null value from sdk version (#52351) · 5d289721
      Jonah Williams authored
      When the AndroidDevice checks for the current API version, it isn't handling a null response. While we can refuse to run on API levels that are unsupported, we should probably assume that a null response = lowest possible API level and allow these to run.
      5d289721