From 4dbcebf9e911b17f77d730dc9cccb3cd59c75dd0 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 15 Dec 2024 04:28:27 +0000 Subject: [PATCH] Update Symphony to 2024.12.115 (115) --- metadata/io.github.zyrouge.symphony.yml | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.zyrouge.symphony.yml b/metadata/io.github.zyrouge.symphony.yml index e4a611cd58..089f65005d 100644 --- a/metadata/io.github.zyrouge.symphony.yml +++ b/metadata/io.github.zyrouge.symphony.yml @@ -291,9 +291,27 @@ Builds: - rm ../node_modules/esbuild/bin/esbuild - npm run prebuild + - versionName: 2024.12.115 + versionCode: 115 + commit: b134bfb352490cb8c7047dc97495a2903ee470b6 + subdir: app + sudo: + - apt-get update + - curl -Lo node.tar.gz https://nodejs.org/dist/v18.12.0/node-v18.12.0-linux-x64.tar.gz + - echo "0699c8e02581a9c312d7157331561d36ef23963766eb47daa702edb6fd6735bd node.tar.gz" + | sha256sum -c - + - tar xzf node.tar.gz --strip-components=1 -C /usr/local/ + init: npm install + gradle: + - yes + prebuild: + - rm ../node_modules/@esbuild/linux-x64/bin/esbuild + - rm ../node_modules/esbuild/bin/esbuild + - npm run prebuild + AllowedAPKSigningKeys: d51e49425b54173d80117bee1420a01aca24ff4c05d8156c7950d6a573433ae9 AutoUpdateMode: Version UpdateCheckMode: Tags ^v[0-9.]+$ -CurrentVersion: 2024.11.114 -CurrentVersionCode: 114 +CurrentVersion: 2024.12.115 +CurrentVersionCode: 115