diff --git a/metadata/com.github.umercodez.sensorspot.yml b/metadata/com.github.umercodez.sensorspot.yml index 01bca2bec3..5c1761550c 100644 --- a/metadata/com.github.umercodez.sensorspot.yml +++ b/metadata/com.github.umercodez.sensorspot.yml @@ -48,7 +48,19 @@ Builds: gradle: - yes + - versionName: 1.6.2 + versionCode: 14 + commit: ec418fd4206be286d300953b97d0b3db29c688a1 + 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.1 -CurrentVersionCode: 13 +CurrentVersion: 1.6.2 +CurrentVersionCode: 14