diff --git a/metadata/com.cliffracertech.soundaura.yml b/metadata/com.cliffracertech.soundaura.yml index 954e57d998..7af1550f70 100644 --- a/metadata/com.cliffracertech.soundaura.yml +++ b/metadata/com.cliffracertech.soundaura.yml @@ -72,7 +72,19 @@ Builds: gradle: - yes + - versionName: 1.6.2 + versionCode: 13 + commit: b9e30f9ce44e96e886fd65ab0eb62f03bdabd25e + subdir: app + sudo: + - echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y openjdk-21-jdk-headless + - update-java-alternatives -a + gradle: + - yes + AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.6.1 -CurrentVersionCode: 12 +CurrentVersion: 1.6.2 +CurrentVersionCode: 13