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

Update AndroidX #14892

Merged
merged 31 commits into from
May 4, 2023
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ab8d360
Bump Xamarin.Google.Android.Material from 1.8.0 to 1.8.0.1
dependabot[bot] May 2, 2023
4d821b4
Bump Xamarin.AndroidX.SwipeRefreshLayout from 1.1.0.11 to 1.1.0.12
dependabot[bot] May 2, 2023
ced12b1
Bump Xamarin.Google.Crypto.Tink.Android from 1.8.0 to 1.8.0.1
dependabot[bot] May 2, 2023
9c938e8
Bump Xamarin.AndroidX.RecyclerView from 1.3.0 to 1.3.0.1
dependabot[bot] May 2, 2023
04f6b52
Bump Xamarin.AndroidX.MediaRouter from 1.3.1.2 to 1.3.1.3
dependabot[bot] May 2, 2023
13269ae
Bump Xamarin.AndroidX.Navigation.Common from 2.5.3.1 to 2.5.3.2
dependabot[bot] May 2, 2023
9a70506
Bump Xamarin.AndroidX.Palette from 1.0.0.16 to 1.0.0.17
dependabot[bot] May 2, 2023
b64a003
Bump Xamarin.AndroidX.Navigation.UI from 2.5.3.1 to 2.5.3.2
dependabot[bot] May 2, 2023
53fd5ea
Bump Xamarin.AndroidX.Navigation.Runtime from 2.5.3.1 to 2.5.3.2
dependabot[bot] May 2, 2023
91ed215
Bump Xamarin.AndroidX.AppCompat.AppCompatResources from 1.6.1 to 1.6.1.1
dependabot[bot] May 2, 2023
35ebb4e
Bump Xamarin.AndroidX.Navigation.Fragment from 2.5.3.1 to 2.5.3.2
dependabot[bot] May 2, 2023
2ae8f3a
Bump Xamarin.AndroidX.Lifecycle.LiveData from 2.5.1.2 to 2.6.1.1
dependabot[bot] May 2, 2023
3357e90
Bump Xamarin.AndroidX.Window.WindowJava from 1.0.0.11 to 1.0.0.12
dependabot[bot] May 2, 2023
9ea3011
Bump Xamarin.AndroidX.Browser from 1.5.0 to 1.5.0.1
dependabot[bot] May 2, 2023
7206f75
Update AndroidX.targets
rmarinho May 2, 2023
544d970
Update AndroidX.targets
rmarinho May 2, 2023
a334f27
Update AndroidX.targets
rmarinho May 2, 2023
7467597
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
b900d36
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
177b8d4
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
b933478
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
33051c1
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
6b48dba
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
6a58b77
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
3d98af2
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
f83d3ec
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
9db3fcc
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
f0a1c05
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Android…
mattleibow May 2, 2023
12e832a
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Google.…
mattleibow May 2, 2023
0416d26
Merge remote-tracking branch 'origin/dependabot/nuget/Xamarin.Google.…
mattleibow May 2, 2023
2e0eba6
Merge remote-tracking branch 'origin/main' into dev/update-androidX
mattleibow May 3, 2023
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
10 changes: 5 additions & 5 deletions eng/AndroidX.targets
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
/>
<PackageReference
Update="Xamarin.AndroidX.Browser"
Version="1.5.0"
Version="1.5.0.1"
/>
<PackageReference
Update="Xamarin.AndroidX.SwipeRefreshLayout"
Version="1.1.0.11"
Version="1.1.0.12"
/>
<PackageReference
Update="Xamarin.AndroidX.Lifecycle.LiveData"
Version="2.5.1.2"
Version="2.6.1.1"
/>
<PackageReference
Update="Xamarin.AndroidX.Navigation.UI"
Expand All @@ -38,7 +38,7 @@
/>
<PackageReference
Update="Xamarin.AndroidX.Palette"
Version="1.0.0.16"
Version="1.0.0.17"
/>
<PackageReference
Update="Xamarin.AndroidX.RecyclerView"
Expand All @@ -59,7 +59,7 @@
/>
<PackageReference
Update="Xamarin.AndroidX.Window.WindowJava"
Version="1.0.0.11"
Version="1.0.0.12"
/>
</ItemGroup>
</Project>