Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 14 additions & 11 deletions src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,12 @@
},
{
"group": "AndroidMaterial",
"version": "1.12.0.4",
"version": "1.12.0.5",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these version changes be made here or in the uno.sdk/templates repository?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question, I tested this locally by overriding the package from uno source which worked, but I am not sure how it is served to nuget then. CC @MartinZikmund, @agneszitte perhaps you might know?

"packages": [
"Xamarin.Google.Android.Material"
],
"versionOverride": {
"net10.0": "1.12.0.4"
"net10.0": "1.12.0.5"
}
},
{
Expand Down Expand Up @@ -238,32 +238,32 @@
},
{
"group": "AndroidXActivity",
"version": "1.10.1.2",
"version": "1.10.1.3",
"packages": [
"Xamarin.AndroidX.Activity"
],
"versionOverride": {
"net10.0": "1.10.1.2"
"net10.0": "1.10.1.3"
}
},
{
"group": "AndroidXBrowser",
"version": "1.8.0.10",
"version": "1.8.0.11",
"packages": [
"Xamarin.AndroidX.Browser"
],
"versionOverride": {
"net10.0": "1.8.0.10"
"net10.0": "1.8.0.11"
}
},
{
"group": "AndroidXSwipeRefreshLayout",
"version": "1.1.0.28",
"version": "1.1.0.29",
"packages": [
"Xamarin.AndroidX.SwipeRefreshLayout"
],
"versionOverride": {
"net10.0": "1.1.0.28"
"net10.0": "1.1.0.29"
}
},
{
Expand All @@ -274,17 +274,20 @@
"Xamarin.AndroidX.Navigation.Fragment",
"Xamarin.AndroidX.Navigation.Runtime",
"Xamarin.AndroidX.Navigation.Common"
]
],
"versionOverride": {
"net10.0": "2.9.2.1"
}
},
{
"group": "AndroidXCollection",
"version": "1.5.0.2",
"version": "1.5.0.3",
"packages": [
"Xamarin.AndroidX.Collection",
"Xamarin.AndroidX.Collection.Ktx"
],
"versionOverride": {
"net10.0": "1.5.0.2"
"net10.0": "1.5.0.3"
}
},
{
Expand Down
Loading