Skip to content
Snippets Groups Projects
Commit 87b2624a authored by akwizgran's avatar akwizgran
Browse files

Set IS_BETA_BUILD to false.

parent 71fe6f31
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ public interface TestingConstants {
* Whether this is a beta build. This should be set to false for final
* release builds.
*/
boolean IS_BETA_BUILD = true;
boolean IS_BETA_BUILD = false;
/**
* Default log level. Disable logging for final release builds.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment