mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Added Kinoko
This commit is contained in:
parent
a4bffbecc2
commit
9d7bea6507
1 changed files with 34 additions and 0 deletions
34
metadata/com.ero.kinoko.yml
Normal file
34
metadata/com.ero.kinoko.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Graphics
|
||||
- Reading
|
||||
License: MIT
|
||||
SourceCode: https://github.com/gsioteam/kinoko
|
||||
IssueTracker: https://github.com/gsioteam/kinoko/issues
|
||||
|
||||
Summary: Awesome manga reader
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/gsioteam/kinoko.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.2
|
||||
versionCode: 44
|
||||
commit: v2.0.2
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.5
|
||||
rm:
|
||||
- ios
|
||||
- plugins/glib/ios
|
||||
- plugins/glib/example/ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
|
||||
CurrentVersion: 2.0.2
|
||||
CurrentVersionCode: 44
|
||||
Loading…
Reference in a new issue