Commit 0206a915 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Add "android-stable" as a named version (#6620)

parent b9e7ee88
......@@ -28,7 +28,8 @@ const String kAndroidHome = 'ANDROID_HOME';
// Special case some version names in the sdk.
const Map<String, int> _namedVersionMap = const <String, int> {
'android-N': 24
'android-N': 24,
'android-stable': 24,
};
/// Locate ADB. Prefer to use one from an Android SDK, if we can locate that.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment