diff --git a/metadata/com.cliffracertech.soundaura.yml b/metadata/com.cliffracertech.soundaura.yml index 741afc1937..92d35a120f 100644 --- a/metadata/com.cliffracertech.soundaura.yml +++ b/metadata/com.cliffracertech.soundaura.yml @@ -60,7 +60,19 @@ Builds: gradle: - yes + - versionName: 1.6.0 + versionCode: 11 + commit: 5c0c2ec0d6473ef66dbb2b35f63f1d0c045ace89 + 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.5.0 -CurrentVersionCode: 10 +CurrentVersion: 1.6.0 +CurrentVersionCode: 11