修改版本1.0.76上架锁通通

This commit is contained in:
魏少阳 2024-08-20 11:01:57 +08:00
parent 001cff8bc5
commit fd095031c7
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -85,10 +85,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.73+2024080801xhj 预发布环境,提交测试:回归 Tapd优2优及测试部门8月8号之前bug
# 1.0.74+2024080901xhj 预发布环境,提交测试:回归 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'