Skip to content

Commit aed3979

Browse files
build(deps): update ReactiveUI.AndroidX requirement in /samples (#394)
Updates the requirements on [ReactiveUI.AndroidX](https://github.com/reactiveui/reactiveui) to permit the latest version. - [Release notes](https://github.com/reactiveui/reactiveui/releases) - [Commits](reactiveui/ReactiveUI@16.1.1...17.0.1) --- updated-dependencies: - dependency-name: ReactiveUI.AndroidX dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6e78d1a commit aed3979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/LoginApp.Android/LoginApp.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
</ItemGroup>
7373
<ItemGroup>
7474
<PackageReference Include="ReactiveUI" Version="16.*" />
75-
<PackageReference Include="ReactiveUI.AndroidX" Version="16.*" />
75+
<PackageReference Include="ReactiveUI.AndroidX" Version="17.*" />
7676
<PackageReference Include="ReactiveUI.Validation" Version="2.*" />
7777
<PackageReference Include="ReactiveUI.Validation.AndroidX" Version="2.*" />
7878
<PackageReference Include="Xamarin.Google.Android.Material" Version="1.4.0.4" />

0 commit comments

Comments
 (0)