Remove debuggable

This commit is contained in:
Victor Shcherb 2015-04-28 00:30:44 +02:00
parent 95c0d50d13
commit a3b4919d58

View file

@ -45,7 +45,7 @@
<!-- android:theme="@style/OsmandLightDarkActionBarTheme" -->
<application android:allowBackup="true" android:backupAgent="net.osmand.plus.OsmandBackupAgent"
android:icon="@drawable/icon" android:label="@string/app_name" android:debuggable="true"
android:icon="@drawable/icon" android:label="@string/app_name"
android:name="net.osmand.plus.OsmandApplication" android:configChanges="locale"
android:theme="@style/OsmandDarkTheme" android:restoreAnyVersion="true" android:largeHeap="true">