diff --git a/.DS_Store b/.DS_Store index c406a585..8466420f 100755 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/pre_build.sh b/pre_build.sh index 738aff96..64804453 100644 --- a/pre_build.sh +++ b/pre_build.sh @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 068ea3ea..a0cc4c2f 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -75,8 +75,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 1.0.65+2024061801:xhj 线上环境,提交测试:回归 bug # 1.0.66+2024061802:xhj 线上环境,提交测试:回归 bug # 1.0.67+2024062501:xhj 线上环境,提交测试:回归 测试部门bug +# 1.0.69+2024070301:xhj 线上环境,提交测试:周常 bug 修复 -version: 1.0.68+2024062601 +version: 1.0.69+2024070301 environment: sdk: '>=2.12.0 <3.0.0'