mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 14:05:05 -05:00
turn off developer mode for release
This commit is contained in:
parent
20ce31146a
commit
bc10b8d965
@ -117,7 +117,7 @@ public class K9 extends Application {
|
||||
* It should NEVER be on for Market builds
|
||||
* Right now, it just governs strictmode
|
||||
**/
|
||||
public static boolean DEVELOPER_MODE = true;
|
||||
public static boolean DEVELOPER_MODE = false;
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user