From 068f59b0d69988210d045b415364fa34b19cc52c Mon Sep 17 00:00:00 2001 From: rh-id <5821613-rh-id@users.noreply.gitlab.com> Date: Sun, 20 Mar 2022 11:17:35 +0000 Subject: [PATCH] adding Medic Log (m.co.rh.id.a_medic_log) --- metadata/m.co.rh.id.a_medic_log.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 metadata/m.co.rh.id.a_medic_log.yml diff --git a/metadata/m.co.rh.id.a_medic_log.yml b/metadata/m.co.rh.id.a_medic_log.yml new file mode 100644 index 0000000000..76c84f507a --- /dev/null +++ b/metadata/m.co.rh.id.a_medic_log.yml @@ -0,0 +1,28 @@ +Categories: + - Sports & Health +License: GPL-3.0-only +AuthorName: rh-id +SourceCode: https://github.com/rh-id/a-medic-log +IssueTracker: https://github.com/rh-id/a-medic-log/issues + +AutoName: Medic Log + +RepoType: git +Repo: https://github.com/rh-id/a-medic-log + +Builds: + - versionName: 1.2.0 + versionCode: 11 + commit: v1.2.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.2.0 +CurrentVersionCode: 11