add systems.now8.app.yml

This commit is contained in:
m0wer - 2022-04-17 06:23:16 +00:00 committed by linsui
parent 14583f1b10
commit ff667e8ac8

View file

@ -0,0 +1,35 @@
Categories:
- Navigation
License: GPL-3.0-only
AuthorName: m0wer
WebSite: https://now8.systems/
SourceCode: https://github.com/now8-org/app
IssueTracker: https://github.com/now8-org/app/issues
Changelog: https://github.com/now8-org/app/blob/HEAD/CHANGELOG.md
AutoName: now8
RepoType: git
Repo: https://github.com/now8-org/app
Builds:
- versionName: 1.4.1
versionCode: 1040001
commit: a218c0898b76a0af4d5de7b8861e35b239db8e3e
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.10.4
rm:
- ios
- test
- web
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.*\+(\d+)|.|version:\s(.*)\+
CurrentVersion: 1.4.1
CurrentVersionCode: 1040001