diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj
index 007bb8c13..81c259a84 100644
--- a/src/Android/Android.csproj
+++ b/src/Android/Android.csproj
@@ -10,7 +10,7 @@
Library
Properties
Bit.Android
- Bit.Android
+ BitwardenAndroid
512
true
Resources\Resource.Designer.cs
@@ -36,14 +36,10 @@
4
True
None
- Xamarin.GooglePlayServices.Gcm;
+ Xamarin.GooglePlayServices.Gcm;BitwardenAndroid;BitwardenApp;Microsoft.Practices.Unity;SQLite-net
True
False
False
-
-
-
-
Xamarin
False
1G
@@ -56,7 +52,7 @@
prompt
4
False
- SdkOnly
+ Full
True
False
False
@@ -67,6 +63,7 @@
False
False
1G
+ Xamarin.GooglePlayServices.Gcm;BitwardenAndroid;BitwardenApp;Microsoft.Practices.Unity;SQLite-net
diff --git a/src/Android/Properties/AssemblyInfo.cs b/src/Android/Properties/AssemblyInfo.cs
index 71e0a2da0..85869db2d 100644
--- a/src/Android/Properties/AssemblyInfo.cs
+++ b/src/Android/Properties/AssemblyInfo.cs
@@ -6,10 +6,10 @@ using Android.App;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("Bit.Android")]
+[assembly: AssemblyTitle("BitwardenAndroid")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("8bit Solutions LLC")]
[assembly: AssemblyProduct("bitwarden")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
diff --git a/src/App/Pages/Vault/VaultListSitesPage.cs b/src/App/Pages/Vault/VaultListSitesPage.cs
index be2b55228..49853ceaf 100644
--- a/src/App/Pages/Vault/VaultListSitesPage.cs
+++ b/src/App/Pages/Vault/VaultListSitesPage.cs
@@ -130,8 +130,7 @@ namespace Bit.App.Pages
{
Text = "Add a Site",
Command = new Command(() => AddSite()),
- Style = (Style)Application.Current.Resources["btn-primaryAccent"],
- FontSize = Device.GetNamedSize(NamedSize.Medium, typeof(Button))
+ Style = (Style)Application.Current.Resources["btn-primaryAccent"]
};
NoDataStackLayout.Children.Add(addSiteButton);
diff --git a/src/App/Properties/AssemblyInfo.cs b/src/App/Properties/AssemblyInfo.cs
index 445ee9611..74ddd34d2 100644
--- a/src/App/Properties/AssemblyInfo.cs
+++ b/src/App/Properties/AssemblyInfo.cs
@@ -7,7 +7,7 @@ using System.Reflection;
[assembly: AssemblyTitle("BitwardenApp")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("8bit Solutions LLC")]
[assembly: AssemblyProduct("bitwarden")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
diff --git a/src/iOS.Core/Properties/AssemblyInfo.cs b/src/iOS.Core/Properties/AssemblyInfo.cs
index 99b145555..cd7050b3d 100644
--- a/src/iOS.Core/Properties/AssemblyInfo.cs
+++ b/src/iOS.Core/Properties/AssemblyInfo.cs
@@ -5,10 +5,10 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("BitwardeniOS")]
+[assembly: AssemblyTitle("BitwardeniOSCore")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("8bit Solutions LLC")]
[assembly: AssemblyProduct("bitwarden")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
diff --git a/src/iOS.Extension/Properties/AssemblyInfo.cs b/src/iOS.Extension/Properties/AssemblyInfo.cs
index f42c48bbc..a3db99f9f 100644
--- a/src/iOS.Extension/Properties/AssemblyInfo.cs
+++ b/src/iOS.Extension/Properties/AssemblyInfo.cs
@@ -4,10 +4,10 @@ using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("Bit.iOS.Extension")]
+[assembly: AssemblyTitle("BitwardeniOSExtension")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("8bit Solutions LLC")]
[assembly: AssemblyProduct("bitwarden")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]
diff --git a/src/iOS/Properties/AssemblyInfo.cs b/src/iOS/Properties/AssemblyInfo.cs
index ffdbc6b9b..26ad613e9 100644
--- a/src/iOS/Properties/AssemblyInfo.cs
+++ b/src/iOS/Properties/AssemblyInfo.cs
@@ -7,7 +7,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTitle("BitwardeniOS")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("")]
+[assembly: AssemblyCompany("8bit Solutions LLC")]
[assembly: AssemblyProduct("bitwarden")]
[assembly: AssemblyCopyright("Copyright © 2016")]
[assembly: AssemblyTrademark("")]