Skip to content

Commit

Permalink
[Xamarin.Android.Tools.AndroidSdk] Add API-31 to KnownVersions (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcollins committed Oct 27, 2021
1 parent fc976d8 commit dac3a47
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 @@ -182,6 +182,9 @@ static bool MatchesId (AndroidVersion version, string id)
new AndroidVersion (30, "11.0") {
AlternateIds = new[]{ "R" },
},
new AndroidVersion (31, "12.0") {
AlternateIds = new[]{ "S" },
},
};
}
}

0 comments on commit dac3a47

Please sign in to comment.