From 23b459820e3e6748791f4722c4efea54f99742d0 Mon Sep 17 00:00:00 2001 From: Philipp Fruck Date: Tue, 21 Dec 2021 06:50:39 +0000 Subject: [PATCH] New App: DartsTrainer --- metadata/eu.dartstrainer.app.twa.yml | 31 ++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 metadata/eu.dartstrainer.app.twa.yml diff --git a/metadata/eu.dartstrainer.app.twa.yml b/metadata/eu.dartstrainer.app.twa.yml new file mode 100644 index 0000000000..a3c36a8158 --- /dev/null +++ b/metadata/eu.dartstrainer.app.twa.yml @@ -0,0 +1,31 @@ +Categories: + - Games +License: AGPL-3.0-only +AuthorName: Philipp Fruck +AuthorEmail: dev@p-fruck.de +AuthorWebSite: https://p-fruck.eu/ +WebSite: https://dartstrainer.eu/ +SourceCode: https://gitlab.com/p-fruck/DartsTrainer +IssueTracker: https://gitlab.com/p-fruck/DartsTrainer/issues + +AutoName: DartsTrainer + +RepoType: git +Repo: https://gitlab.com/p-fruck/DartsTrainer-Android.git + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: v1.0.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.0.0 +CurrentVersionCode: 1