Update Dev-Doctor to '1.5.2 (14)

This commit is contained in:
F-Droid checkupdates bot 2021-05-13 04:48:09 +00:00
parent bfffab23b5
commit af6683e9c4

View file

@ -56,8 +56,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: "'1.5.2"
versionCode: 14
commit: v'1.5.2
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: HTTP
UpdateCheckData: https://raw.githubusercontent.com/LinwoodCloud/dev_doctor/release/app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: "'1.5.1"
CurrentVersionCode: 13
CurrentVersion: "'1.5.2"
CurrentVersionCode: 14