Skip to content

Commit

Permalink
[Xamarin.Android.Tools.AndroidSdk] Add API-34 to KnownVersions (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
tondat authored Aug 3, 2023
1 parent 3cee10b commit 0a9ea47
Showing 1 changed file with 3 additions and 0 deletions.
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 @@ -191,6 +191,9 @@ static bool MatchesId (AndroidVersion version, string id)
new AndroidVersion (33, "13.0") {
AlternateIds = new[]{ "T" },
},
new AndroidVersion (34, "14.0") {
AlternateIds = new[]{ "U", "UpsideDownCake", "Upside Down Cake" },
},
};
}
}

0 comments on commit 0a9ea47

Please sign in to comment.