• 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
android_install_test.dart 4.81 KB