diff --git a/src/Android/Android.csproj b/src/Android/Android.csproj
index 78d51b5f7..dfe728ede 100644
--- a/src/Android/Android.csproj
+++ b/src/Android/Android.csproj
@@ -152,6 +152,7 @@
+
diff --git a/src/Android/Constants.cs b/src/Android/Constants.cs
new file mode 100644
index 000000000..398bfb708
--- /dev/null
+++ b/src/Android/Constants.cs
@@ -0,0 +1,7 @@
+namespace Bit.Droid
+{
+ public static class Constants
+ {
+ public const string PACKAGE_NAME = "com.x8bit.bitwarden";
+ }
+}