diff --git a/metadata/com.aurora.store.yml b/metadata/com.aurora.store.yml index 5e0490d3b6..956622b3a6 100644 --- a/metadata/com.aurora.store.yml +++ b/metadata/com.aurora.store.yml @@ -425,6 +425,18 @@ Builds: gradle: - yes + - versionName: 4.7.0 + versionCode: 66 + commit: c2e5a57f597db92b499aee9e70807739a7b29766 + 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.