-
Notifications
You must be signed in to change notification settings - Fork 532
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono.Android] Bind Android API-Baklava DP1 (#9594)
Context: https://developer.android.com/about/versions/16 Context: https://android-developers.googleblog.com/2024/11/the-first-developer-preview-android16.html Android 16 Developer Preview 1 has been released. * [API-Baklava Developer Preview 1 vs. API-35][0] The Android 15 Developer Preview [Timeline and updates][1] section suggests the following timeline: * Nov/Dec: Developer Previews * Jan/Feb: Unstable Betas * March: Stable Beta with a [Platform Stability milestone][2] (final API-36 expected in Beta 3) * ???: Final Currently, this will be usable in its preview form to `main` users who explicitly target `net9.0-android36`. Once we are shipping .NET 10 previews, it will be usable for users who explicitly target `net10.0-android36`. We will need to decide on our strategy for backporting this to .NET 9 service releases. `PublicApiAnalyzers` reports 2 categories of API changes (`PublicAPI.Shipped.txt`): - Nullable Reference Type attribute changes (`?` -> `!`) - Method parameter name changes, technically a source breaking change, but something we've never tracked or fixed before. Add `Microsoft.Android*36*`runtime packages for API-36 support. [0]: https://developer.android.com/sdk/api_diff/b-dp1/changes [1]: https://developer.android.com/about/versions/16/overview#timeline [2]: https://web.archive.org/web/20241210003040/https://developer.android.com/about/versions/16/overview#platform-stability Co-authored-by: Peter Collins <pecolli@microsoft.com>
- Loading branch information
Showing
16 changed files
with
247,040 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.