Move Testing constants into Gradle
One could argue that having to remember to set the TESTING
flag to false, before releasing versions for a production, is a security flaw in itself.
There's a better way: we should use gradle to set the flag depending if we're using a debug or release version.