Skip to content

Commit

Permalink
chore: always make build to DEBUG_PRIVATE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Apr 17, 2024
1 parent 0fffac6 commit 5130155
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
public class BuildVars {

public static final boolean IS_BILLING_UNAVAILABLE = true;
public static boolean DEBUG_VERSION = BuildConfig.BUILD_TYPE.equals("debug");
public static boolean DEBUG_VERSION = true;
public static boolean DEBUG_PRIVATE_VERSION = DEBUG_VERSION;
public static boolean LOGS_ENABLED = DEBUG_PRIVATE_VERSION;
public static boolean USE_CLOUD_STRINGS = true;
Expand Down

0 comments on commit 5130155

Please sign in to comment.