From b5ec4b8bb0a15a0a210cd475b2cc2ecdbb3906c0 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Fri, 3 Jun 2022 15:58:49 +0000 Subject: [PATCH] Newapp: IYPS --- metadata/com.iyps.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.iyps.yml diff --git a/metadata/com.iyps.yml b/metadata/com.iyps.yml new file mode 100644 index 0000000000..53c1e3ea95 --- /dev/null +++ b/metadata/com.iyps.yml @@ -0,0 +1,29 @@ +Categories: + - Security +License: GPL-3.0-only +AuthorName: the-weird-aquarian +SourceCode: https://github.com/the-weird-aquarian/IYPS +IssueTracker: https://github.com/the-weird-aquarian/IYPS/issues +Changelog: https://github.com/the-weird-aquarian/IYPS/releases + +AutoName: IYPS + +RepoType: git +Repo: https://github.com/the-weird-aquarian/IYPS + +Builds: + - versionName: 1.1.0 + versionCode: 110 + commit: v1.1.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.1.0 +CurrentVersionCode: 110