Skip to content

Commit e71d00a

Browse files
Add API 29 and 30 to KnownVersions
Context: dotnet/android#4873 Although this is related to xamarin-android#4873, it is not the full fix. We probably should list the missing versions here anyway, though.
1 parent 3974fc3 commit e71d00a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ static bool MatchesId (AndroidVersion version, string id)
173173
new AndroidVersion (28, "9.0", "Pie") {
174174
AlternateIds = new[]{ "P" },
175175
},
176+
new AndroidVersion (29, "10.0", "Android X") {
177+
AlternateIds = new[]{ "Q" },
178+
},
179+
new AndroidVersion (30, "11.0", "R"),
176180
};
177181
}
178182

0 commit comments

Comments
 (0)