diff --git a/metadata/com.github.umercodez.sensorspot.yml b/metadata/com.github.umercodez.sensorspot.yml index 7d7153c703..764125bc55 100644 --- a/metadata/com.github.umercodez.sensorspot.yml +++ b/metadata/com.github.umercodez.sensorspot.yml @@ -96,7 +96,19 @@ Builds: gradle: - yes + - versionName: 1.7.0 + versionCode: 18 + commit: e10f6c6296519fd51f4b5bc716f68f110103bcaa + 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.6.5 -CurrentVersionCode: 17 +CurrentVersion: 1.7.0 +CurrentVersionCode: 18