diff --git a/metadata/com.ero.kinoko.yml b/metadata/com.ero.kinoko.yml new file mode 100644 index 0000000000..8d16d30b84 --- /dev/null +++ b/metadata/com.ero.kinoko.yml @@ -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