Skip to content

Commit 7a2eff8

Browse files
build(deps): update ReactiveUI.AndroidX requirement in /src (#535)
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@18.0.4...19.2.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 9972de6 commit 7a2eff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ReactiveUI.Validation.AndroidX/ReactiveUI.Validation.AndroidX.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="MSBuild.Sdk.Extras">
1+
<Project Sdk="MSBuild.Sdk.Extras">
22

33
<PropertyGroup>
44
<TargetFrameworks>MonoAndroid12.0;MonoAndroid12.1;MonoAndroid13.0;net6.0-android;net7.0-android</TargetFrameworks>
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111

1212
<ItemGroup>
13-
<PackageReference Include="ReactiveUI.AndroidX" Version="18.*" />
13+
<PackageReference Include="ReactiveUI.AndroidX" Version="19.*" />
1414
</ItemGroup>
1515

1616
<ItemGroup>

0 commit comments

Comments
 (0)