The astrid-lite flag should be off by default and set at compile time

pull/14/head
Sam Bosley 13 years ago
parent 67b6903ecc
commit 0b4ed767ad

@ -46,7 +46,7 @@ public final class Constants {
/**
* Whether this version is Astrid Lite
*/
public static final boolean ASTRID_LITE = true;
public static final boolean ASTRID_LITE = false;
/**
* Astrid Help URL

Loading…
Cancel
Save