1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 10:34:07 +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

@@ -11,7 +11,7 @@
<key>CFBundleIdentifier</key>
<string>com.8bit.bitwarden.find-login-action-extension</string>
<key>CFBundleShortVersionString</key>
<string>2.11.1</string>
<string>2.11.2</string>
<key>CFBundleLocalizations</key>
<array>
<string>en</string>

View File

@@ -231,7 +231,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AppCenter.Crashes">
<Version>4.2.0</Version>
<Version>4.3.0</Version>
</PackageReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.AppExtension.CSharp.targets" />