This commit is contained in:
cyh 2025-02-18 16:44:05 +08:00
parent 625683662d
commit b6e2718fdd
2 changed files with 4 additions and 4 deletions

View File

@ -66,8 +66,8 @@ subprojects {
minSdk = 21
//noinspection ExpiredTargetSdkVersion
targetSdk = 34
versionName = "1.0.3.1"
versionCode = 1031
versionName = "1.0.3.2"
versionCode = 1032
resValue("string", "release_name", "v$versionName")
resValue("integer", "release_code", "$versionCode")
externalNativeBuild {

View File

@ -2,7 +2,7 @@
# 定义变量
PROJECT_DIR=$(pwd) # 当前项目根目录
OUTPUT_DIR="/Users/cyh/Documents/buildApp" # 自定义输出目录
FLAVORS=("3229" "9972" "6789" "9583" "9707" "9059" "5352" "8300" "7595" ) # 渠道列表
FLAVORS=("3229" "9972" "6789" "9583" "9707" "9059" "5352" "8300" "7595" "1525" "5599" "6981" "7161" "7669" "1133" "2917" "8937" "6768" "6193" "6507" ) # 渠道列表
#FLAVORS=("11111" ) # 渠道列表
BUILD_TYPE="Release" # 构建类型Debug 或 Release
@ -32,4 +32,4 @@ do
fi
done
echo "所有渠道打包完成APK 文件存储在: ${OUTPUT_DIR}"
echo "所有渠道打包完成APK 文件存储在: ${OUTPUT_DIR}"