diff --git a/metadata/com.github.umercodez.sensorspot.yml b/metadata/com.github.umercodez.sensorspot.yml index f1cdac58e4..2ec05baff0 100644 --- a/metadata/com.github.umercodez.sensorspot.yml +++ b/metadata/com.github.umercodez.sensorspot.yml @@ -120,7 +120,19 @@ Builds: gradle: - yes + - versionName: 1.8.0 + versionCode: 20 + commit: 080d700bfa1acf005daf20cd5d874e080bcef6d1 + 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.1 -CurrentVersionCode: 19 +CurrentVersion: 1.8.0 +CurrentVersionCode: 20