From 048c74fe5017839b73b894107bb6be0d017755c6 Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 3 Oct 2022 00:41:40 +0000 Subject: [PATCH] add Sobriety (com.katiearose.sobriety) --- metadata/com.katiearose.sobriety.yml | 32 ++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/com.katiearose.sobriety.yml diff --git a/metadata/com.katiearose.sobriety.yml b/metadata/com.katiearose.sobriety.yml new file mode 100644 index 0000000000..ac7fc77641 --- /dev/null +++ b/metadata/com.katiearose.sobriety.yml @@ -0,0 +1,32 @@ +Categories: + - Sports & Health + - Time +License: GPL-3.0-only +AuthorName: Katherine Rose +AuthorEmail: katiearose@protonmail.com +SourceCode: https://github.com/KiARC/Sobriety +IssueTracker: https://github.com/KiARC/Sobriety/issues +Changelog: https://github.com/KiARC/Sobriety/releases + +AutoName: Sobriety + +RepoType: git +Repo: https://github.com/KiARC/Sobriety.git + +Builds: + - versionName: v5.1.4 + versionCode: 10 + commit: v5.1.4 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + prebuild: sed -i -e 's/VERSION_17/VERSION_11/g' build.gradle + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: v5.1.4 +CurrentVersionCode: 10