1
0
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:
Kyle Spearrin
2016-08-26 23:07:35 -04:00
parent 185e234ef2
commit d538b809b1
4 changed files with 7 additions and 13 deletions

View File

@@ -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;