diff --git a/metadata/de.simon.dankelmann.bluetoothlespam.yml b/metadata/de.simon.dankelmann.bluetoothlespam.yml index 3579dac1a7..197993af59 100644 --- a/metadata/de.simon.dankelmann.bluetoothlespam.yml +++ b/metadata/de.simon.dankelmann.bluetoothlespam.yml @@ -11,7 +11,7 @@ Changelog: https://github.com/simondankelmann/Bluetooth-LE-Spam/releases AutoName: Simon Dankelmann RepoType: git -Repo: https://github.com/simondankelmann/Bluetooth-LE-Spam +Repo: https://github.com/simondankelmann/Bluetooth-LE-Spam.git Builds: - versionName: 1.0.7 @@ -36,7 +36,19 @@ Builds: gradle: - yes + - versionName: 1.0.9 + versionCode: 3 + commit: e096761c89f2205c84e9ad21410bc168dd6c5ef3 + 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.0.8 -CurrentVersionCode: 2 +CurrentVersion: 1.0.9 +CurrentVersionCode: 3