Skip to content

Commit da3653e

Browse files
committed
[Xamarin.Android.Tools.AndroidSdk] Add API-33 to KnownVersions
1 parent 327d433 commit da3653e

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
@@ -188,6 +188,9 @@ static bool MatchesId (AndroidVersion version, string id)
188188
new AndroidVersion (32, "12.1") {
189189
AlternateIds = new[]{ "Sv2" },
190190
},
191+
new AndroidVersion (33, "13.0") {
192+
AlternateIds = new[]{ "T" },
193+
},
191194
};
192195
}
193196
}

0 commit comments

Comments
 (0)