Skip to content

Commit

Permalink
build(deps): update ReactiveUI.AndroidSupport requirement in /src (#332)
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@14.1.1...15.1.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] committed Aug 21, 2021
1 parent 705f011 commit 6ad95e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

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

<ItemGroup>
Expand Down

0 comments on commit 6ad95e9

Please sign in to comment.