mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +03:00
d651606800
* Add UWP project, and generate services boilerplate * SqliteService implementation and sqlite-net-pcl update (#bug https://stackoverflow.com/questions/45418669/xamarin-forms-pcl-assemly-issue) * Important services implementation * Create a shared project to host images for UWP (to keep code project clean) * Add extensions to image names referenced by the pcl project * Add DismissModalToolBarItem to modal pages * moving UWP folders inside src folder * Add DeviceInfoService implementation * Remove dependency on BouncyCastle, and calculate key derivation using native support * changes requested by project maintener * Fix HasCamera property * DeviceActionService implementation
13 lines
No EOL
955 B
XML
13 lines
No EOL
955 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packages>
|
|
<package id="HockeySDK.Xamarin" version="4.1.5" targetFramework="xamarinios10" />
|
|
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="xamarinios10" />
|
|
<package id="sqlite-net-pcl" version="1.5.166-beta" targetFramework="xamarinios10" />
|
|
<package id="SQLitePCLRaw.bundle_green" version="1.1.8" targetFramework="xamarinios10" />
|
|
<package id="SQLitePCLRaw.core" version="1.1.8" targetFramework="xamarinios10" />
|
|
<package id="SQLitePCLRaw.provider.sqlite3.ios_unified" version="1.1.8" targetFramework="xamarinios10" />
|
|
<package id="Xam.Plugins.Settings" version="3.0.1" targetFramework="xamarinios10" />
|
|
<package id="Xamarin.Build.Download" version="0.4.7" targetFramework="xamarinios10" />
|
|
<package id="Xamarin.Google.iOS.Analytics" version="3.17.0.1" targetFramework="xamarinios10" />
|
|
<package id="XLabs.IoC" version="2.0.5782" targetFramework="xamarinios10" />
|
|
</packages> |