Skip to content

Commit

Permalink
[Xamarin.Android.Tools.AndroidSdk] Add API-33 to KnownVersions
Browse files Browse the repository at this point in the history
  • Loading branch information
tondat committed Jul 25, 2022
1 parent 327d433 commit da3653e
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 @@ -188,6 +188,9 @@ static bool MatchesId (AndroidVersion version, string id)
new AndroidVersion (32, "12.1") {
AlternateIds = new[]{ "Sv2" },
},
new AndroidVersion (33, "13.0") {
AlternateIds = new[]{ "T" },
},
};
}
}

0 comments on commit da3653e

Please sign in to comment.