mirror of
https://github.com/bitwarden/mobile
synced 2025-12-05 23:53:33 +00:00
8 lines
139 B
C#
8 lines
139 B
C#
namespace Bit.Droid
|
|
{
|
|
public static class Constants
|
|
{
|
|
public const string PACKAGE_NAME = "com.x8bit.bitwarden";
|
|
}
|
|
}
|