fdroiddata/metadata/com.lightplanx.xddk.yml
Jochen Sprickerhof 90dfd30166 Use UpdateCheckMode: Tags instead of HTTP
Also Drop UpdateCheckIgnore (not needed with tags).
2021-06-08 15:55:00 +02:00

37 lines
984 B
YAML

Categories:
- Time
License: GPL-3.0-only
AuthorName: XDDK
AuthorEmail: me@tudorniculae.com
AuthorWebSite: https://tudorniculae.com/
SourceCode: https://github.com/XDDK/LightPlan
IssueTracker: https://github.com/XDDK/LightPlan/issues
Changelog: https://github.com/XDDK/LightPlan/releases
AutoName: Lightplan
RepoType: git
Repo: https://github.com/XDDK/LightPlan
Builds:
- versionName: 2.0.0
versionCode: 2
commit: v2.0.0
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@1.26.0-1.0.pre
rm:
- ios
- .vs
- .vscode
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.0.0
CurrentVersionCode: 2