Set IS_BETA_BUILD to false.

This commit is contained in:
akwizgran
2017-12-01 16:13:21 +00:00
parent 71fe6f3148
commit 87b2624aa8

View File

@@ -18,7 +18,7 @@ public interface TestingConstants {
* Whether this is a beta build. This should be set to false for final * Whether this is a beta build. This should be set to false for final
* release builds. * release builds.
*/ */
boolean IS_BETA_BUILD = true; boolean IS_BETA_BUILD = false;
/** /**
* Default log level. Disable logging for final release builds. * Default log level. Disable logging for final release builds.