From fd095031c731e525a4ac87aecdbcfee08b3f0b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AD=8F=E5=B0=91=E9=98=B3?= <786612630@qq.com> Date: Tue, 20 Aug 2024 11:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC1.0.76?= =?UTF-8?q?=E4=B8=8A=E6=9E=B6=E9=94=81=E9=80=9A=E9=80=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pre_build.sh | 4 ++-- pubspec.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) 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'