mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
New App: Meditation
This commit is contained in:
parent
989f50ab5f
commit
db400ee3a9
1 changed files with 38 additions and 0 deletions
38
metadata/com.nyxkn.meditation.yml
Normal file
38
metadata/com.nyxkn.meditation.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
AuthorName: nyxkn
|
||||
AuthorEmail: contact@nyxkn.com
|
||||
AuthorWebSite: https://nyxkn.com/
|
||||
WebSite: https://github.com/nyxkn/meditation
|
||||
SourceCode: https://github.com/nyxkn/meditation
|
||||
IssueTracker: https://github.com/nyxkn/meditation/issues
|
||||
Donate: https://nyxkn.com/donate
|
||||
Liberapay: nyxkn
|
||||
Bitcoin: bc1qfu5gk78898zdcxw372unmwua0yd5luf3z60sgq
|
||||
|
||||
AutoName: Meditation
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/nyxkn/meditation
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.3
|
||||
versionCode: 5
|
||||
commit: 58c53832894370f95c4683056e79f002248fba04
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.10.1
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.3
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue