Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit da3653e

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

‎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
newAndroidVersion(32,"12.1"){
189189
AlternateIds=new[]{"Sv2"},
190190
},
191+
newAndroidVersion(33,"13.0"){
192+
AlternateIds=new[]{"T"},
193+
},
191194
};
192195
}
193196
}

0 commit comments

Comments
 (0)