mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 11:36:37 +00:00
50 lines
1.3 KiB
YAML
50 lines
1.3 KiB
YAML
Categories:
|
|
- Internet
|
|
- Note
|
|
- Writing
|
|
License: GPL-3.0-only
|
|
AuthorName: Ideotec
|
|
AuthorEmail: guille@ideotec.es
|
|
AuthorWebSite: https://blog.ideotec.es/
|
|
SourceCode: https://gitlab.com/ideotec/wdnotes
|
|
IssueTracker: https://gitlab.com/ideotec/wdnotes/issues
|
|
|
|
AutoName: WD Notes
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/ideotec/wdnotes.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: v1.0.1
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@2.5.3
|
|
rm:
|
|
- ios
|
|
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
|
|
|
|
- versionName: 1.0.2
|
|
versionCode: 3
|
|
commit: 1ddd3f7e1ba211386cd2486dd7cc11124ab2c704
|
|
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
|
srclibs:
|
|
- flutter@2.5.3
|
|
rm:
|
|
- ios
|
|
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: 1.0.2
|
|
CurrentVersionCode: 3
|