-
Notifications
You must be signed in to change notification settings - Fork 831
chore: add proper version overrides for net10 AndroidX packages #21749
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates AndroidX package version overrides for .NET 10.0 target framework. The changes increment patch versions for several AndroidX bindings and add a new version override for the AndroidX Navigation packages.
Key Changes:
- Bumped patch versions for 5 existing AndroidX package groups
- Added new version override for AndroidX Navigation package group
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-21749/docs/index.html |
|
🤖 Your WebAssembly Skia Sample App stage site is ready! Visit it here: https://unowasmprstaging.z20.web.core.windows.net/pr-21749/wasm-skia-net9/index.html |
|
The build 180946 found UI Test snapshots differences: Details
|
|
@jeromelaban for this change, I'm not sure if this is where I should be updating the versions or if it should be here: https://github.com/unoplatform/uno.templates/blob/main/src%2FUno.Sdk%2Fpackages.json Or both? |
| "group": "AndroidXNavigation", | ||
| "version": "2.8.9.2", | ||
| "packages": [ | ||
| "Xamarin.AndroidX.Navigation.UI", | ||
| "Xamarin.AndroidX.Navigation.Fragment", | ||
| "Xamarin.AndroidX.Navigation.Runtime", | ||
| "Xamarin.AndroidX.Navigation.Common" | ||
| ] | ||
| ], | ||
| "versionOverride": { | ||
| "net10.0": "2.9.2.1" | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kazo0 On the templates PR https://github.com/unoplatform/uno.templates/pull/1830/files
|
Similar to: #21723 @agneszitte, @kazo0 |
This pull request updates several AndroidX and related package versions in the
src/Uno.Sdk/packages.jsonfile to newer releases, ensuring compatibility and access to the latest features and fixes. The changes are focused on bumping version numbers for various dependencies and adding a missingversionOverridefor the Navigation packages.Dependency version updates:
Xamarin.Google.Android.Materialto version1.12.0.5for.NET 10.0.Xamarin.AndroidX.Activityto version1.10.1.3for.NET 10.0.Xamarin.AndroidX.Browserto version1.8.0.11for.NET 10.0.Xamarin.AndroidX.SwipeRefreshLayoutto version1.1.0.29for.NET 10.0.Xamarin.AndroidX.Collection.Ktxto version1.5.0.3for.NET 10.0.Navigation packages improvement:
versionOverridefor theXamarin.AndroidX.Navigationpackages, setting.NET 10.0to2.9.2.1.