Skip to content

Commit c8b05f6

Browse files
[Xamarin.Android.Tools.AndroidSdk] Add API-36.1 to KnownVersions (#264)
Context: dotnet/android@35d471e Context: https://android-developers.googleblog.com/2025/08/android-16-qpr2-beta-1-is-here.html Add API 36.1 to the list of known Android versions. `Canary` appears to be the only other name used for API 36.1. This is still Android 16.0, as it is a "quarterly release".
1 parent 8722663 commit c8b05f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,9 @@ static bool MatchesId (AndroidVersion version, string id)
211211
new AndroidVersion (36, "16.0") {
212212
AlternateIds = new[]{ "Baklava" },
213213
},
214+
new AndroidVersion (new Version ("36.1"), "16.0") {
215+
AlternateIds = new[]{ "Canary" },
216+
},
214217
};
215218
}
216219
}

0 commit comments

Comments
 (0)