Skip to content

Commit 6f5b29a

Browse files
build(deps): bump Xamarin.Google.Android.Material from 1.2.1.1 to 1.3.0 in /samples (#216)
* build(deps): bump Xamarin.Google.Android.Material in /samples Bumps [Xamarin.Google.Android.Material](https://github.com/xamarin/AndroidX) from 1.2.1.1 to 1.3.0. - [Release notes](https://github.com/xamarin/AndroidX/releases) - [Commits](https://github.com/xamarin/AndroidX/commits) Signed-off-by: dependabot[bot] <[email protected]> * Update LoginApp.Android.csproj Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artyom V. Gorchakov <[email protected]>
1 parent 3c1fef1 commit 6f5b29a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

samples/LoginApp.Android/LoginApp.Android.csproj

+7-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,12 @@
7575
<PackageReference Include="ReactiveUI.AndroidX" Version="13.*" />
7676
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
7777
<PackageReference Include="ReactiveUI.Validation.AndroidX" Version="2.*" />
78-
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.2.1.1" />
78+
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.3.0" />
79+
<!-- We are pinning transitive deps versions coming from ReactiveUI.AndroidX.
80+
See: https://github.com/reactiveui/ReactiveUI.Validation/pull/216#issuecomment-783218308 -->
81+
<PackageReference Include="Xamarin.AndroidX.Preference" Version="1.1.1.7" />
82+
<PackageReference Include="Xamarin.AndroidX.Fragment" Version="1.3.0" />
83+
<PackageReference Include="Xamarin.AndroidX.RecyclerView" Version="1.1.0.7" />
7984
</ItemGroup>
8085
<ItemGroup>
8186
<ProjectReference Include="..\LoginApp\LoginApp.csproj">
@@ -84,4 +89,4 @@
8489
</ProjectReference>
8590
</ItemGroup>
8691
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
87-
</Project>
92+
</Project>

0 commit comments

Comments
 (0)