diff --git a/metadata/com.github.umercodez.sensorspot.yml b/metadata/com.github.umercodez.sensorspot.yml index 764125bc55..f1cdac58e4 100644 --- a/metadata/com.github.umercodez.sensorspot.yml +++ b/metadata/com.github.umercodez.sensorspot.yml @@ -108,7 +108,19 @@ Builds: gradle: - yes + - versionName: 1.7.1 + versionCode: 19 + commit: 61cd23da2c7bd477aa78d5032652fa280245acfd + 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.7.0 -CurrentVersionCode: 18 +CurrentVersion: 1.7.1 +CurrentVersionCode: 19