From 35ce5b7c104e85af165bcd79a7787021d8af695d Mon Sep 17 00:00:00 2001 From: fruitsnack <2001719-fruitsnack@users.noreply.gitlab.com> Date: Sun, 14 Jan 2024 08:26:42 +0000 Subject: [PATCH] New App: Open Video Editor --- .../io.github.devhyper.openvideoeditor.yml | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/io.github.devhyper.openvideoeditor.yml diff --git a/metadata/io.github.devhyper.openvideoeditor.yml b/metadata/io.github.devhyper.openvideoeditor.yml new file mode 100644 index 0000000000..8e2335fd22 --- /dev/null +++ b/metadata/io.github.devhyper.openvideoeditor.yml @@ -0,0 +1,36 @@ +Categories: + - Multimedia +License: GPL-3.0-or-later +AuthorName: Devhyper +SourceCode: https://github.com/devhyper/open-video-editor +IssueTracker: https://github.com/devhyper/open-video-editor/issues +Changelog: https://github.com/devhyper/open-video-editor/releases + +AutoName: Open Video Editor + +RepoType: git +Repo: https://github.com/devhyper/open-video-editor +Binaries: https://github.com/devhyper/open-video-editor/releases/download/v%v/app-release.apk + +Builds: + - versionName: 1.0.2 + versionCode: 3 + commit: v1.0.2 + subdir: app + sudo: + - apt-get update + - apt-get install openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + srclibs: + - reproducible-apk-tools@v0.2.3 + postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$ + 'META-INF/services/*' + +AllowedAPKSigningKeys: 84df644cc5dbd4ea50602b9f23e4fbf3b22ee5cd2182437bef72c7c799f12db6 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.0.2 +CurrentVersionCode: 3