Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/Xamarin.Android.Tools.AndroidSdk/AndroidVersions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,9 @@ static bool MatchesId (AndroidVersion version, string id)
new AndroidVersion (new Version ("36.1"), "16.0") {
AlternateIds = new[]{ "Canary" },
},
new AndroidVersion (new Version ("37.0"), "17.0") {
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is actually 37.0 on purpose. Google even made it platforms/37.0/android.jar.

AlternateIds = new[]{ "CinnamonBun", "Cinnamon Bun" },
},
Comment thread
jonathanpeppers marked this conversation as resolved.
};
}
}