mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
New App: me.lucky.reactor (Reactor)
This commit is contained in:
parent
62a0c76d96
commit
cf48835d31
1 changed files with 36 additions and 0 deletions
36
metadata/me.lucky.reactor.yml
Normal file
36
metadata/me.lucky.reactor.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: lucky
|
||||
AuthorEmail: 44uaanjm0@relay.firefox.com
|
||||
AuthorWebSite: https://github.com/x13a
|
||||
SourceCode: https://github.com/x13a/Reactor
|
||||
IssueTracker: https://github.com/x13a/Reactor/issues
|
||||
|
||||
AutoName: Reactor
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/x13a/Reactor.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.2
|
||||
versionCode: 5
|
||||
commit: v1.2.2
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.3
|
||||
rm:
|
||||
- ios
|
||||
prebuild: sed -i -e 's|git@github.com:|https://github.com/|' pubspec.lock pubspec.yaml
|
||||
build:
|
||||
- $$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([\d.]+)\+
|
||||
CurrentVersion: 1.2.2
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue