mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Initial release of Brethap
This commit is contained in:
parent
0f94b7517f
commit
5ebbd8ee16
1 changed files with 36 additions and 0 deletions
36
metadata/com.jithware.brethap.yml
Normal file
36
metadata/com.jithware.brethap.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: Apache-2.0
|
||||
WebSite: http://www.jithware.com
|
||||
SourceCode: https://github.com/jithware/brethap
|
||||
IssueTracker: https://github.com/jithware/brethap/issues
|
||||
Donate: https://www.paypal.com/donate/?hosted_button_id=2ZFSMQ8DGQVFS
|
||||
|
||||
AutoName: Brethap
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jithware/brethap
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 15
|
||||
commit: 8a0253d41d6d97bac51110a31e3665c873115733
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
- test
|
||||
- web
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 15
|
||||
Loading…
Reference in a new issue