<appbase>APK 15.10.4 release Publish.

This commit is contained in:
ZhanGSKen
2025-09-22 02:03:38 +08:00
parent ae4742f3e2
commit 27e948b86d
3 changed files with 11 additions and 10 deletions

View File

@@ -229,6 +229,7 @@ android {
}
// 提交新的编译标志配置
println 'exec bashCommitAppPublishBuildFlagInfoFilePath ...'
def resultCommitBuildFlag = exec {
commandLine 'bash', '--', "${RootProjectDir}/${bashCommitAppPublishBuildFlagInfoFilePath}", "${RootProjectDir}", "${versionName}", variant.buildType.name , rootProject.name
}