From c7fbef73e9c1d0522d1e8b846d49d6d358f3157d Mon Sep 17 00:00:00 2001 From: Smo876 Date: Thu, 18 Jan 2024 14:33:05 +0000 Subject: [PATCH] New App: de.mlex.same --- metadata/de.mlex.same.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 metadata/de.mlex.same.yml diff --git a/metadata/de.mlex.same.yml b/metadata/de.mlex.same.yml new file mode 100644 index 0000000000..7bb9f1a2e4 --- /dev/null +++ b/metadata/de.mlex.same.yml @@ -0,0 +1,27 @@ +Categories: + - Games +License: Apache-2.0 +SourceCode: https://gitlab.com/Smo876/Same +IssueTracker: https://gitlab.com/Smo876/Same/-/issues + +AutoName: Same + +RepoType: git +Repo: https://gitlab.com/Smo876/Same.git + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0 + subdir: app + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version +UpdateCheckMode: Tags ^v[0-9.]+$ +CurrentVersion: '1.0' +CurrentVersionCode: 1