From bed6ce41fdf2a88b22690fd3b5149f45c99a481a Mon Sep 17 00:00:00 2001 From: Izzy Date: Mon, 7 Mar 2022 21:13:54 +0000 Subject: [PATCH] adding LifeDots (com.mdiqentw.lifedots) --- metadata/com.mdiqentw.lifedots.yml | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/com.mdiqentw.lifedots.yml diff --git a/metadata/com.mdiqentw.lifedots.yml b/metadata/com.mdiqentw.lifedots.yml new file mode 100644 index 0000000000..1ce1d610b1 --- /dev/null +++ b/metadata/com.mdiqentw.lifedots.yml @@ -0,0 +1,31 @@ +Categories: + - Time + - Writing +License: GPL-3.0-only +AuthorName: Xilin Jia +SourceCode: https://github.com/XilinJia/Life-Dots +IssueTracker: https://github.com/XilinJia/Life-Dots/issues +Translation: https://crowdin.com/translate/life-dots +Liberapay: XilinJia + +AutoName: Life Dots + +RepoType: git +Repo: https://github.com/XilinJia/Life-Dots + +Builds: + - versionName: 2.1.0 + versionCode: 151 + commit: 2.1.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 +UpdateCheckMode: Tags +CurrentVersion: 2.1.0 +CurrentVersionCode: 151