mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
brainjogging
This commit is contained in:
parent
b87aec3cb9
commit
971b4b92a4
1 changed files with 34 additions and 0 deletions
34
metadata/de.telefongarten.brainjogging.yml
Normal file
34
metadata/de.telefongarten.brainjogging.yml
Normal 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
|
||||
Loading…
Reference in a new issue