Skip to content

Commit

Permalink
build(deps): update ReactiveUI.AndroidX requirement in /src (#535)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent 9972de6 commit 7a2eff8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="MSBuild.Sdk.Extras">
<Project Sdk="MSBuild.Sdk.Extras">

<PropertyGroup>
<TargetFrameworks>MonoAndroid12.0;MonoAndroid12.1;MonoAndroid13.0;net6.0-android;net7.0-android</TargetFrameworks>
Expand All @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="ReactiveUI.AndroidX" Version="18.*" />
<PackageReference Include="ReactiveUI.AndroidX" Version="19.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7a2eff8

Please sign in to comment.