Skip to content

Commit

Permalink
build(deps): update ReactiveUI.AndroidSupport requirement in /src (#537)
Browse files Browse the repository at this point in the history
Updates the requirements on [ReactiveUI.AndroidSupport](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.AndroidSupport
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent 5d73211 commit 9972de6
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</TargetFrameworks>
Expand All @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Xamarin.Android.Support.Design" Version="28.*" />
<PackageReference Include="ReactiveUI.AndroidSupport" Version="18.*" />
<PackageReference Include="ReactiveUI.AndroidSupport" Version="19.*" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9972de6

Please sign in to comment.