diff --git a/metadata/com.aurora.store.yml b/metadata/com.aurora.store.yml index 7ccd9ce5e4..8fcf98bd25 100644 --- a/metadata/com.aurora.store.yml +++ b/metadata/com.aurora.store.yml @@ -437,6 +437,18 @@ Builds: gradle: - yes + - versionName: 4.7.1 + versionCode: 67 + commit: 041745b757a84fbf46677093379231f66e68bf6a + 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 + MaintainerNotes: | Manually updated temporarily. Want to build all versions, but only mark them as current after some testing.