mirror of
https://github.com/bitwarden/mobile
synced 2025-12-11 13:53:29 +00:00
configuration adjustments preparring for play store
This commit is contained in:
@@ -20,7 +20,11 @@ using XLabs.Ioc.Unity;
|
||||
|
||||
namespace Bit.Android
|
||||
{
|
||||
[Application]
|
||||
#if DEBUG
|
||||
[Application(Debuggable = true)]
|
||||
#else
|
||||
[Application(Debuggable=false)]
|
||||
#endif
|
||||
public class MainApplication : Application, Application.IActivityLifecycleCallbacks
|
||||
{
|
||||
public static Context AppContext;
|
||||
|
||||
Reference in New Issue
Block a user