Skip to content

Commit 14076a6

Browse files
committed
[Xamarin.Android.Tools.AndroidSdk] Add API-32 to KnownVersions
1 parent 9c641b3 commit 14076a6

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
@@ -185,6 +185,9 @@ static bool MatchesId (AndroidVersion version, string id)
185185
new AndroidVersion (31, "12.0") {
186186
AlternateIds = new[]{ "S" },
187187
},
188+
new AndroidVersion (32, "12.1") {
189+
AlternateIds = new[]{ "Sv2" },
190+
},
188191
};
189192
}
190193
}

0 commit comments

Comments
 (0)