File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ string (REGEX REPLACE "[\n\t\r]" "" COMPILE_TIME ${COMPILE_TIME})
3333string (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} " )
3737message (STATUS "version info = ${GIT_VERSION} " )
3838
3939# 去除空格
You can’t perform that action at this time.
0 commit comments