Skip to content

Commit dac3a47

Browse files
authored
[Xamarin.Android.Tools.AndroidSdk] Add API-31 to KnownVersions (#141)
1 parent fc976d8 commit dac3a47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Xamarin.Android.Tools.AndroidSdk/AndroidVersions.cs

+3
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ static bool MatchesId (AndroidVersion version, string id)
182182
new AndroidVersion (30, "11.0") {
183183
AlternateIds = new[]{ "R" },
184184
},
185+
new AndroidVersion (31, "12.0") {
186+
AlternateIds = new[]{ "S" },
187+
},
185188
};
186189
}
187190
}

0 commit comments

Comments
 (0)