diff --git a/android/app/release/output.json b/android/app/release/output.json index 0703cf3..137bedc 100644 --- a/android/app/release/output.json +++ b/android/app/release/output.json @@ -1 +1 @@ -[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20211226,"versionName":"1.4.1","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":20211227,"versionName":"1.4.2","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] \ No newline at end of file diff --git a/lib/components/dioFun.dart b/lib/components/dioFun.dart index b0a58dc..4130103 100644 --- a/lib/components/dioFun.dart +++ b/lib/components/dioFun.dart @@ -2231,9 +2231,9 @@ Future getNewverUrl() async { if (false == _mapDataRet['data']) { _mapGetData = { "id": 1, - "ver": "1.3.12", + "ver": "1.0.0", "miaos": null, - "downurl": "http://125.64.218.67:9909/downloads/hyzp_1.3.12+20210729.apk", + "downurl": "", "updatetime": 1627543123 }; // 区县版本升级功能还未实现 } else { diff --git a/pubspec.yaml b/pubspec.yaml index 127d0ad..da0aee8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -40,7 +40,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 否则老版本1.3.10+20210604无法更新。新版本1.3.12+20210729已经解决该问题 # version: 1.3.12+20210729 # version: 1.3.13+20211026 -version: 1.4.1+20211226 +# version: 1.4.1+20211226 +version: 1.4.2+20211227 environment: sdk: ">=2.7.0 <3.0.0"