Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Finetune dependency versions for MonoAndroid13 target #15736

Merged
merged 2 commits into from
May 9, 2023
Merged
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
4 changes: 2 additions & 2 deletions .nuspec/Xamarin.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

<!-- Because of a misspelled reference these all need to be explicitly included so the fixed version
is transitively loaded https://github.com/xamarin/AndroidX/issues/283#issuecomment-788103573 -->
<dependency id="Xamarin.AndroidX.Core" version="[1.6.0.1,2.0)" />
<dependency id="Xamarin.AndroidX.CustomView" version="[1.1.0.7,1.2)" />
<dependency id="Xamarin.AndroidX.Core" version="[1.9.0.3,2.0)" />
<dependency id="Xamarin.AndroidX.CustomView" version="[1.1.0.14,1.2)" />
<dependency id="Xamarin.AndroidX.Preference" version="[1.1.1.9,1.3)" />
<dependency id="Xamarin.AndroidX.RecyclerView" version="[1.2.1.1,1.4)" />
<dependency id="Xamarin.AndroidX.Navigation.UI" version="[2.3.5.1,2.6)" />
Expand Down