From b925bc69aaaee4a1dcfa3337df3ccf0aba60696e Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Wed, 19 Mar 2025 10:02:14 +0530 Subject: [PATCH] Aurora Store: Build 4.7.0 --- metadata/com.aurora.store.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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.