mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
New App: LifeHQ
This commit is contained in:
parent
d476aa5040
commit
a726a955b1
1 changed files with 41 additions and 0 deletions
41
metadata/com.abhinavmarwaha.lifehq.yml
Normal file
41
metadata/com.abhinavmarwaha.lifehq.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Categories:
|
||||
- Writing
|
||||
- Reading
|
||||
- Time
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Abhinav Marwaha
|
||||
AuthorEmail: abhinavmarwaha@protonmail.com
|
||||
AuthorWebSite: https://abhinavmarwaha.com
|
||||
SourceCode: https://github.com/abhinavmarwaha/LifeHQ
|
||||
IssueTracker: https://github.com/abhinavmarwaha/LifeHQ/issues
|
||||
Changelog: https://github.com/abhinavmarwaha/LifeHQ/releases
|
||||
Donate: https://www.buymeacoffee.com/abhinavmarwaha
|
||||
Liberapay: abhinavmarwaha
|
||||
Bitcoin: 35Tzo8hTsggF2YENmBUc4ZiMjCKNYjgmHH
|
||||
|
||||
AutoName: LifeHQ
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/abhinavmarwaha/LifeHQ
|
||||
|
||||
Builds:
|
||||
- versionName: 0.5.1
|
||||
versionCode: 2
|
||||
commit: v0.5.1
|
||||
output: build/app/outputs/apk/fdroid/release/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.5.0
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- .vscode
|
||||
build:
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: version.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
CurrentVersion: 0.5.1
|
||||
CurrentVersionCode: 2
|
||||
Loading…
Reference in a new issue