mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
New app: AlcoholNow (Icelandic)
This commit is contained in:
parent
b7d8c74e7f
commit
4f0740a092
1 changed files with 36 additions and 0 deletions
36
metadata/is.binary.alcoholnow.yml
Normal file
36
metadata/is.binary.alcoholnow.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: MIT
|
||||
AuthorName: Helgi Hrafn Gunnarsson
|
||||
WebSite: https://github.com/binary-is/alcoholnow
|
||||
SourceCode: https://github.com/binary-is/alcoholnow
|
||||
IssueTracker: https://github.com/binary-is/alcoholnow/issues
|
||||
Changelog: https://github.com/binary-is/alcoholnow/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Er ríkið opið?
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/binary-is/alcoholnow
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.6
|
||||
versionCode: 5
|
||||
commit: v1.1.6
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.1
|
||||
rm:
|
||||
- ios
|
||||
- scripts
|
||||
- test
|
||||
build:
|
||||
- $$flutter$$/bin/flutter clean
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.1.6
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue