diff --git a/metadata/com.github.umercodez.sensorspot.yml b/metadata/com.github.umercodez.sensorspot.yml index 8a3d8eea76..85f7ac54c3 100644 --- a/metadata/com.github.umercodez.sensorspot.yml +++ b/metadata/com.github.umercodez.sensorspot.yml @@ -36,7 +36,19 @@ Builds: gradle: - yes + - versionName: 1.5.0 + versionCode: 11 + commit: 4deea71529cfb62e21d04a1c45dc7044da99a1f5 + 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.1 -CurrentVersionCode: 10 +CurrentVersion: 1.5.0 +CurrentVersionCode: 11