mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
New App: Glider for Hacker News
This commit is contained in:
parent
7a863e1eee
commit
6d8864222c
1 changed files with 42 additions and 0 deletions
42
metadata/nl.viter.glider.yml
Normal file
42
metadata/nl.viter.glider.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
- Reading
|
||||
- Writing
|
||||
License: MIT
|
||||
AuthorName: Mosc
|
||||
SourceCode: https://github.com/Mosc/Glider
|
||||
IssueTracker: https://github.com/Mosc/Glider/issues
|
||||
|
||||
AutoName: Glider
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Mosc/Glider.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.6.2
|
||||
versionCode: 22
|
||||
commit: v1.6.2
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.0-10.1.pre
|
||||
rm:
|
||||
- .github
|
||||
- .vscode
|
||||
- ios
|
||||
- linux
|
||||
- macos
|
||||
- web
|
||||
- windows
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Mosc/Glider/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.6.2
|
||||
CurrentVersionCode: 22
|
||||
Loading…
Reference in a new issue