Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d30167

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

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
newAndroidVersion(35,"15.0"){
198198
AlternateIds=new[]{"V","VanillaIceCream","Vanilla Ice Cream"},
199199
},
200+
newAndroidVersion(36,"16.0"){
201+
AlternateIds=new[]{"Baklava"},
202+
},
200203
};
201204
}
202205
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp