hyzp_ybqx-Commit044:hyzp_ybqx511528_xingwen_release-sign-apk-1.4.1+20211226-Commit044

AppID:hyzp_ybqx511528_xingwen
版本号:1.4.1+20211226
master
WinUser01 4 years ago
parent 41f6cc8b29
commit 0b3acd142c

@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":20210729,"versionName":"1.3.12","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}] [{"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":{}}]

@ -1989,7 +1989,9 @@ Future getDwspUrlNew(
eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播')); eventBus.fire(DwspUpdateEvent('点位视频信息数据更新广播'));
getingDwVideo = true; getingDwVideo = true;
getingDwmc = '${(indexRecord + 1)}${listDwinfoGetList2[indexRecord]['dwmc']}'; // // getingDwmc = '${(indexRecord + 1)}${listDwinfoGetList2[indexRecord]['dwmc']}'; //
getingDwmc =
'${listDwinfoGetList2[indexRecord]['id']}${listDwinfoGetList2[indexRecord]['dwmc']}'; //
print('\n --- 正在后台获取 $getingDwmc 点位视频地址 --- \n'); print('\n --- 正在后台获取 $getingDwmc 点位视频地址 --- \n');
print('\n --- getingDwVideo = $getingDwVideo --- \n'); print('\n --- getingDwVideo = $getingDwVideo --- \n');

@ -39,7 +39,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 关键是在通过接口 App.Car_Upload.Apk 上传新版本 apk 时ver参数的版本号必须为1.3.12而不能为1.3.12+20210729 # 关键是在通过接口 App.Car_Upload.Apk 上传新版本 apk 时ver参数的版本号必须为1.3.12而不能为1.3.12+20210729
# 否则老版本1.3.10+20210604无法更新。新版本1.3.12+20210729已经解决该问题 # 否则老版本1.3.10+20210604无法更新。新版本1.3.12+20210729已经解决该问题
# version: 1.3.12+20210729 # version: 1.3.12+20210729
version: 1.3.13+20211026 # version: 1.3.13+20211026
version: 1.4.1+20211226
environment: environment:
sdk: ">=2.7.0 <3.0.0" sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save