mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
New app: Workout Time!
This commit is contained in:
parent
b8af90ad0c
commit
616c6fe184
1 changed files with 34 additions and 0 deletions
34
metadata/es.ideotec.workouttime.yml
Normal file
34
metadata/es.ideotec.workouttime.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Ideotec
|
||||
AuthorEmail: guille@ideotec.es
|
||||
AuthorWebSite: https://blog.ideotec.es/
|
||||
SourceCode: https://gitlab.com/ideotec/workouttime
|
||||
IssueTracker: https://gitlab.com/ideotec/workouttime/issues
|
||||
|
||||
AutoName: workouttime
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/ideotec/workouttime.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
output: build/app/outputs/apk/release/app-release-unsigned.apk
|
||||
srclibs:
|
||||
- flutter@2.0.2
|
||||
rm:
|
||||
- ios
|
||||
- web
|
||||
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 v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue