brainjogging

This commit is contained in:
fkropfhamer 2022-01-15 10:14:38 +00:00 committed by linsui
parent b87aec3cb9
commit 971b4b92a4

View file

@ -0,0 +1,34 @@
Categories:
- Games
License: GPL-3.0-only
AuthorName: Fabian Kropfhamer
AuthorWebSite: https://fabian.telefongarten.de/
SourceCode: https://github.com/fkropfhamer/brainjogging
IssueTracker: https://github.com/fkropfhamer/brainjogging/issues
AutoName: brainjogging
RepoType: git
Repo: https://github.com/fkropfhamer/brainjogging
Builds:
- versionName: 0.1.0
versionCode: 1
commit: v0.1.0
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@2.8.1
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 ^v.*$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.1.0
CurrentVersionCode: 1