将BUILD_TIME、IS_NIGHT_MODE_ON移动到module_common/build.gradle中

This commit is contained in:
张玉久
2022-06-01 11:56:42 +08:00
parent fdbdd1bd02
commit 0afefdffb6
21 changed files with 62 additions and 72 deletions

View File

@ -85,7 +85,7 @@ public class DataUtils {
});
Sentry.configureScope(scope -> {
if (BuildConfig.BUILD_TIME != 0L) {
if (com.gh.gamecenter.common.BuildConfig.BUILD_TIME != 0L) {
scope.setTag("alias", "内测版" + BuildConfig.VERSION_NAME);
} else {
scope.setTag("alias", "正式版" + BuildConfig.VERSION_NAME);