Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit 8e63795

Browse files
[Xamarin.Android.Tools.AndroidSdk] Add API-29, API-30 to KnownVersions (#89)
1 parent a6a23bb commit 8e63795

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

‎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
newAndroidVersion(28,"9.0","Pie"){
177177
AlternateIds=new[]{"P"},
178178
},
179+
newAndroidVersion(29,"10.0","Android10"){
180+
AlternateIds=new[]{"Q"},
181+
},
182+
newAndroidVersion(30,"11.0"){
183+
AlternateIds=new[]{"R"},
184+
},
179185
};
180186
}
181187

0 commit comments

Comments
 (0)