From 941a7e5f16413f5ab5bcaa4a735726d216c1b49e Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Sat, 19 Mar 2022 10:51:24 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit111=EF=BC=9A=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E6=9B=B4=E6=96=B0=E4=B8=BA1.4.21+20220319?= =?UTF-8?q?=E3=80=82=E5=B7=B2=E5=AE=9E=E7=8E=B0=E6=96=B0=E6=96=B9=E5=BC=8F?= =?UTF-8?q?=E7=90=83=E6=9C=BA=E6=8E=A7=E5=88=B6=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit // 罗腾-子非鱼:因环保局缩减了我们的端口数量,现在对控制球机的接口进行调整。 // 1、控制端口由原来的 9914 调整为 9903; // 2、新增sip参数,0表示市级平台,1表示区县平台。之前是通过不同端口来分别访问市级和区县的,因缩减了我们的端口数,现在统一使用1个端口,通过sip参数来区分市级和区县 --- android/app/release/output.json | 2 +- pubspec.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/android/app/release/output.json b/android/app/release/output.json index da82b3e..757dca3 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220306,"versionName":"1.4.20","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file +[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20220319,"versionName":"1.4.21","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3b33bb3..753684d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -60,7 +60,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev #version: 1.4.17+20220227 #version: 1.4.18+20220302 #version: 1.4.19+20220303 -version: 1.4.20+20220306 +#version: 1.4.20+20220306 +version: 1.4.21+20220319 environment: sdk: ">=2.7.0 <3.0.0"