Update com.github.linwoodcloud.dev_doctor to 1.4.0

This commit is contained in:
jugendhacker 2021-04-18 23:54:29 +00:00 committed by Izzy
parent 60317eaa82
commit d734dc599c

View file

@ -1,5 +1,3 @@
AntiFeatures:
- NonFreeNet
Categories:
- Science & Education
License: GPL-3.0-only
@ -28,7 +26,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: 1.4.0
versionCode: 11
commit: v1.4.0
subdir: app
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@2.0.5
rm:
- app/ios
- app/web
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.0
CurrentVersionCode: 1
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/LinwoodCloud/dev_doctor/release/app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.4.0
CurrentVersionCode: 11