diff --git a/pre_build.sh b/pre_build.sh index 9a2689a7..532145a0 100755 --- a/pre_build.sh +++ b/pre_build.sh @@ -105,6 +105,6 @@ echo -e "\n* 没有发现废弃 API,开始编译" # 编译命令 #flutter clean && flutter pub get -#flutter build apk --flavor $environment -t $main_file +flutter build apk --flavor $environment -t $main_file #flutter build ios --flavor $environment -t $main_file -flutter build appbundle --flavor $environment -t $main_file +#flutter build appbundle --flavor $environment -t $main_file diff --git a/pubspec.yaml b/pubspec.yaml index c3322a7a..6945a62b 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -85,10 +85,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 1.0.73+2024080801:xhj 预发布环境,提交测试:回归 Tapd优2优及测试部门8月8号之前bug # 1.0.74+2024080901:xhj 预发布环境,提交测试:回归 8月9号之前bug # 1.0.75+2024081001:锁定版本,上架商城 -# 1.0.76+2024081201:锁定版本,上架商城--最新版本 -# 1.0.77+2024081901:锁定版本,上架商城 +# 1.0.76+2024081201:锁定版本,上架商城--最新版本(SKY上架苹果) +# 1.0.76+2024082001:锁定版本,上架商城(SKY上架国内应用商城) -version: 1.0.77+2024081201 +version: 1.0.76+2024082001 environment: sdk: '>=2.12.0 <3.0.0'