mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-29 02:07:30 +00:00
34 lines
935 B
YAML
34 lines
935 B
YAML
|
|
AntiFeatures:
|
||
|
|
- NonFreeNet
|
||
|
|
Categories:
|
||
|
|
- Reading
|
||
|
|
- Development
|
||
|
|
License: GPL-3.0-only
|
||
|
|
AuthorName: Aaron Madlon-Kay
|
||
|
|
WebSite: https://orgro.org
|
||
|
|
SourceCode: https://github.com/amake/orgro
|
||
|
|
IssueTracker: https://github.com/amake/orgro/issues
|
||
|
|
Donate: https://github.com/sponsors/amake
|
||
|
|
|
||
|
|
RepoType: git
|
||
|
|
Repo: https://github.com/amake/orgro
|
||
|
|
|
||
|
|
Builds:
|
||
|
|
- versionName: 1.13.1
|
||
|
|
versionCode: 37
|
||
|
|
commit: v1.13.1+37
|
||
|
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||
|
|
srclibs:
|
||
|
|
- flutter@1.21.0-9.2.pre
|
||
|
|
prebuild: touch android/key.properties
|
||
|
|
build:
|
||
|
|
- $$flutter$$/bin/flutter config --no-analytics
|
||
|
|
- $$flutter$$/bin/flutter packages pub get
|
||
|
|
- $$flutter$$/bin/flutter build apk
|
||
|
|
|
||
|
|
AutoUpdateMode: Version v%v+%c
|
||
|
|
UpdateCheckMode: HTTP
|
||
|
|
UpdateCheckData: https://raw.githubusercontent.com/amake/orgro/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||
|
|
CurrentVersion: 1.13.1
|
||
|
|
CurrentVersionCode: 37
|