Skip to content

Commit 688faf0

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 a6a23bb commit 688faf0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,12 @@ static bool MatchesId (AndroidVersion version, string id)
176176
new AndroidVersion (28, "9.0", "Pie") {
177177
AlternateIds = new[]{ "P" },
178178
},
179+
new AndroidVersion (29, "10.0", "Android10") {
180+
AlternateIds = new[]{ "Q" },
181+
},
182+
new AndroidVersion (30, "11.0") {
183+
AlternateIds = new[]{ "R" },
184+
},,
179185
};
180186
}
181187

0 commit comments

Comments
 (0)