From 3d07785712c9a73cec1ee58e3c1e7219129d5d2c Mon Sep 17 00:00:00 2001 From: Fabio Tacke Date: Sat, 27 Nov 2021 15:28:04 +0000 Subject: [PATCH] New app: TICE --- metadata/app.tice.TICE.production.yml | 33 +++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 metadata/app.tice.TICE.production.yml diff --git a/metadata/app.tice.TICE.production.yml b/metadata/app.tice.TICE.production.yml new file mode 100644 index 0000000000..7c5489461d --- /dev/null +++ b/metadata/app.tice.TICE.production.yml @@ -0,0 +1,33 @@ +Categories: + - Navigation +License: GPL-3.0-only +AuthorName: TICE Software UG (haftungsbeschränkt) +AuthorEmail: contact@ticeapp.com +AuthorWebSite: https://tice.software +WebSite: https://ticeapp.com +SourceCode: https://github.com/TICESoftware/tice-android +IssueTracker: https://github.com/TICESoftware/tice-android/issues + +RepoType: git +Repo: https://github.com/TICESoftware/tice-android + +Builds: + - versionName: '2.1' + versionCode: 35 + commit: 172c770f7ecf49b8424c8ec622597936ee145c2e + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -t stretch-backports openjdk-11-jdk-headless openjdk-11-jre-headless + - update-alternatives --auto java + gradle: + - productionFdroid + prebuild: + - sed -i.backup '66,75d' ../build.gradle + - sed -i.backup '7d' build.gradle + gradleprops: + - MAPBOX_ACCESS_TOKEN=pk.eyJ1IjoibGV0c21lZXQiLCJhIjoiY2t2djIxcjV0M2FvYTJ3a2xodGM4a2VnZCJ9.nnUefJMO57CJfXPnoO7Rxw + - HCAPTCHA_SITE_KEY=b37ebfa6-d625-4196-92e6-e67515f25891 + +AutoUpdateMode: None +UpdateCheckMode: Static