mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Use v1.0.1 for co.timsmart.vouchervault
This version drops INTERNET permission and Google fonts dependency.
This commit is contained in:
parent
af7b141b4f
commit
c88f3320d7
1 changed files with 32 additions and 0 deletions
32
metadata/co.timsmart.vouchervault.yml
Normal file
32
metadata/co.timsmart.vouchervault.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Tim Smart
|
||||
AuthorEmail: hello@timsmart.co
|
||||
AuthorWebSite: https://timsmart.co/
|
||||
SourceCode: https://github.com/tim-smart/vouchervault
|
||||
IssueTracker: https://github.com/tim-smart/vouchervault/issues
|
||||
|
||||
AutoName: Voucher Vault
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/tim-smart/vouchervault.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 1
|
||||
commit: v1.0.1
|
||||
output: build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/tim-smart/vouchervault/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue