mirror of
https://github.com/bitwarden/android.git
synced 2024-12-26 02:48:29 +03:00
EC-602 added droid constants file with the package name constant (#2126)
This commit is contained in:
parent
dc5698b353
commit
2d35a00caa
2 changed files with 8 additions and 0 deletions
|
@ -152,6 +152,7 @@
|
|||
<Compile Include="Utilities\IntentExtensions.cs" />
|
||||
<Compile Include="Renderers\CustomPageRenderer.cs" />
|
||||
<Compile Include="Effects\NoEmojiKeyboardEffect.cs" />
|
||||
<Compile Include="Constants.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AndroidAsset Include="Assets\bwi-font.ttf" />
|
||||
|
|
7
src/Android/Constants.cs
Normal file
7
src/Android/Constants.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace Bit.Droid
|
||||
{
|
||||
public static class Constants
|
||||
{
|
||||
public const string PACKAGE_NAME = "com.x8bit.bitwarden";
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue