mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +01:00
Set IS_BETA_BUILD to false.
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user