Update Dev-Doctor to '1.5.1 (13)

This commit is contained in:
F-Droid checkupdates bot 2021-05-11 04:35:46 +00:00
parent ac5bed2551
commit cb37dd1967

View file

@ -41,8 +41,23 @@ Builds:
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
- versionName: "'1.5.1"
versionCode: 13
commit: v'1.5.1
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.4.0
CurrentVersionCode: 11
CurrentVersion: "'1.5.1"
CurrentVersionCode: 13