1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 21:33:36 +00:00

lib updates and app version bump (#1468)

* lib updates and app version bump

* added explicit androidx core dependency
This commit is contained in:
Matt Portune
2021-07-20 12:57:01 -04:00
committed by GitHub
parent 6a979d0ff5
commit 15d44b873b
12 changed files with 19 additions and 18 deletions

View File

@@ -15,7 +15,7 @@
</PackageReference>
<PackageReference Include="AutoFixture.Xunit2" Version="4.17.0" />
<PackageReference Include="AutoFixture.AutoNSubstitute" Version="4.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.9.4" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.10.0" />
</ItemGroup>
</Project>