From a249df4b6e553448d329d41c2bda58c9f085b950 Mon Sep 17 00:00:00 2001 From: Umer Farooq Date: Sun, 21 Sep 2025 18:52:13 +0000 Subject: [PATCH] Add new app SensorSpot --- metadata/com.github.umercodez.sensorspot.yml | 30 ++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 metadata/com.github.umercodez.sensorspot.yml diff --git a/metadata/com.github.umercodez.sensorspot.yml b/metadata/com.github.umercodez.sensorspot.yml new file mode 100644 index 0000000000..caa18f2703 --- /dev/null +++ b/metadata/com.github.umercodez.sensorspot.yml @@ -0,0 +1,30 @@ +Categories: + - Connectivity +License: GPL-3.0-only +AuthorName: Umer Farooq +SourceCode: https://github.com/UmerCodez/SensorSpot +IssueTracker: https://github.com/UmerCodez/SensorSpot/issues +Changelog: https://github.com/UmerCodez/SensorSpot/releases + +AutoName: Sensor Spot + +RepoType: git +Repo: https://github.com/UmerCodez/SensorSpot.git + +Builds: + - versionName: 1.4.0 + versionCode: 9 + commit: 48a666f43416e7cdb9f3e29754ade3cc67f95b18 + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version +UpdateCheckMode: Tags +CurrentVersion: 1.4.0 +CurrentVersionCode: 9