Skip to content

Commit e3d92ac

Browse files
committed
remove redundant 'Meta'
1 parent 3cc77c7 commit e3d92ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ subprojects {
7777
create("meta-alpha") {
7878
isDefault = true
7979
dimension = flavorDimensionList[0]
80-
versionNameSuffix = ".Meta-Alpha"
80+
versionNameSuffix = ".Alpha"
8181

8282
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
8383

8484
if (isApp) {
85-
applicationIdSuffix = ".meta"
85+
applicationIdSuffix = ".alpha"
8686
}
8787
}
8888

core/src/main/cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ string (REGEX REPLACE "[\n\t\r]" "" COMPILE_TIME ${COMPILE_TIME})
3333
string(REGEX REPLACE "\"" "" COMPILE_TIME ${COMPILE_TIME})
3434

3535
# 生成版本信息
36-
set(GIT_VERSION "Meta_${CURRENT_BRANCH}_${COMMIT_HASH}_${COMPILE_TIME}")
36+
set(GIT_VERSION "${CURRENT_BRANCH}_${COMMIT_HASH}_${COMPILE_TIME}")
3737
message(STATUS "version info = ${GIT_VERSION}")
3838

3939
# 去除空格

0 commit comments

Comments
 (0)