mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
add systems.now8.app.yml
This commit is contained in:
parent
14583f1b10
commit
ff667e8ac8
1 changed files with 35 additions and 0 deletions
35
metadata/systems.now8.app.yml
Normal file
35
metadata/systems.now8.app.yml
Normal 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
|
||||||
Loading…
Reference in a new issue