feat:添加版本

This commit is contained in:
anfe 2024-07-03 09:12:34 +08:00
parent 30d8e8d525
commit ea771f29c0
3 changed files with 4 additions and 3 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@ -10,7 +10,7 @@
# 设置
environment="xhj"
main_file="lib/main_xhj_full.dart"
version_string="1.0.67"
version_string="1.0.69"
file_path="lib/network/api.dart"
###############################################################
@ -84,4 +84,4 @@ echo -e "\n* 没有发现废弃 API开始编译"
# 编译命令
flutter clean && flutter pub get
flutter build apk --flavor $environment -t $main_file
flutter build ios --flavor $environment -t $main_file
#flutter build ios --flavor $environment -t $main_file

View File

@ -75,8 +75,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.65+2024061801xhj 线上环境,提交测试:回归 bug
# 1.0.66+2024061802xhj 线上环境,提交测试:回归 bug
# 1.0.67+2024062501xhj 线上环境,提交测试:回归 测试部门bug
# 1.0.69+2024070301xhj 线上环境,提交测试:周常 bug 修复
version: 1.0.68+2024062601
version: 1.0.69+2024070301
environment:
sdk: '>=2.12.0 <3.0.0'