diff --git a/metadata/com.cliffracertech.soundaura.yml b/metadata/com.cliffracertech.soundaura.yml index 92d35a120f..237704971c 100644 --- a/metadata/com.cliffracertech.soundaura.yml +++ b/metadata/com.cliffracertech.soundaura.yml @@ -72,7 +72,19 @@ Builds: gradle: - yes + - versionName: 1.6.1 + versionCode: 12 + commit: 09f1a2c2a2f4abf4024d61d1b65b2cf020815677 + 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.0 -CurrentVersionCode: 11 +CurrentVersion: 1.6.1 +CurrentVersionCode: 12