Skip to content

Commit d4b5529

Browse files
[Xamarin.Android.Tools.AndroidSdk] Add API-36 to KnownVersions (#254)
Context: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2234904 Context: dotnet/android@2dd4f74 It appears that IDEs use this list to decide what to show in API level dropdowns. In a72bb9a, we simply added to this list. `Baklava` appears to be the only other name used for API 36.
1 parent 7889061 commit d4b5529

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Xamarin.Android.Tools.AndroidSdk/AndroidVersions.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ static bool MatchesId (AndroidVersion version, string id)
197197
new AndroidVersion (35, "15.0") {
198198
AlternateIds = new[]{ "V", "VanillaIceCream", "Vanilla Ice Cream" },
199199
},
200+
new AndroidVersion (36, "16.0") {
201+
AlternateIds = new[]{ "Baklava" },
202+
},
200203
};
201204
}
202205
}

0 commit comments

Comments
 (0)