fdroiddata/metadata/com.github.linwoodcloud.dev_doctor.yml
2021-05-14 19:50:33 +08:00

63 lines
1.7 KiB
YAML

Categories:
- Science & Education
License: GPL-3.0-only
AuthorName: Linwood
SourceCode: https://github.com/LinwoodCloud/dev_doctor
IssueTracker: https://github.com/LinwoodCloud/dev_doctor/issues
Changelog: https://github.com/LinwoodCloud/dev_doctor/releases
AutoName: Dev-Doctor
RepoType: git
Repo: https://github.com/LinwoodCloud/dev_doctor.git
Builds:
- versionName: 1.0.0
versionCode: 1
commit: 1.0.0
output: build/app/outputs/apk/release/app-release-unsigned.apk
srclibs:
- flutter@1.26.0-17.5.pre
rm:
- ios
- web
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$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
- versionName: 1.5.2
versionCode: 14
commit: v1.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.2
CurrentVersionCode: 14