1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-27 13:43:32 +00:00

update to Xamarin forms 3.1

This commit is contained in:
Kyle Spearrin
2018-06-29 12:45:10 -04:00
parent 993fc2e6f4
commit e5e3ebdbba
14 changed files with 57 additions and 36 deletions

View File

@@ -47,8 +47,6 @@ namespace Bit.App.Utilities
return iOS;
case Device.Android:
return Android;
case Device.WinPhone:
return WinPhone;
case Device.UWP:
return Windows;
default: