Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Mono.Android] Bind Android 16 DP2. #9653

Merged
merged 1 commit into from
Jan 7, 2025
Merged

[Mono.Android] Bind Android 16 DP2. #9653

merged 1 commit into from
Jan 7, 2025

Conversation

jpobst
Copy link
Contributor

@jpobst jpobst commented Jan 6, 2025

Context: https://developer.android.com/about/versions/16
Context: https://android-developers.googleblog.com/2024/12/second-developer-preview-android16.html

Android 16 Developer Preview 2 has been released. The Android 16
Developer Preview Program Overview Timeline and updates section
suggests the following timeline:

  • Nov/Dec: Developer Previews
  • Jan/Feb: Unstable Betas
  • Mar/Apr: Stable Betas
  • ???: 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):

  • Method changed from virtual to override
  • Method parameter name changes, technically a source breaking change, but something we've never tracked or fixed before

@jpobst jpobst marked this pull request as ready for review January 7, 2025 20:59
@jonpryor jonpryor merged commit e0bf801 into main Jan 7, 2025
59 checks passed
@jonpryor jonpryor deleted the api-36-dp2 branch January 7, 2025 21:07
grendello added a commit that referenced this pull request Jan 9, 2025
* main:
  Add `$(Nullable)` = `annotations` to projects using NRT annotations without NRT enabled. (#9660)
  [Xamarin.Android.Build.Tasks] Add %(NuGetPackage*) to TaskItems (#9559)
  Bump to dotnet/java-interop@ee47652d (#9659)
  [XABT] Remove <CollectAssemblyFilesForArchive/> from FastDeployment (#9650)
  [Mono.Android] Generate API docs for API level 35 (#9647)
  [java-runtime] simplify `mono.MonoPackageManager.LoadApplication()` (#9655)
  [Mono.Android] Bind Android API-Baklava DP2. (#9653)
  [build+macOS] Remove quarantine from OpenJDK installations (#9652)
grendello added a commit that referenced this pull request Jan 9, 2025
* dev/grendel/use-libc++:
  Add `$(Nullable)` = `annotations` to projects using NRT annotations without NRT enabled. (#9660)
  [Xamarin.Android.Build.Tasks] Add %(NuGetPackage*) to TaskItems (#9559)
  Bump to dotnet/java-interop@ee47652d (#9659)
  [XABT] Remove <CollectAssemblyFilesForArchive/> from FastDeployment (#9650)
  [Mono.Android] Generate API docs for API level 35 (#9647)
  [java-runtime] simplify `mono.MonoPackageManager.LoadApplication()` (#9655)
  [Mono.Android] Bind Android API-Baklava DP2. (#9653)
  [build+macOS] Remove quarantine from OpenJDK installations (#9652)
@github-actions github-actions bot locked and limited conversation to collaborators Feb 7, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants