Update Symphony to 2023.12.108 (108)

This commit is contained in:
F-Droid checkupdates bot 2023-12-30 11:54:05 +00:00
parent 2e893a4431
commit 3ef351d1ba

View file

@ -218,9 +218,29 @@ Builds:
- rm ../node_modules/esbuild/bin/esbuild
- npm run prebuild
- versionName: 2023.12.108
versionCode: 108
commit: 285c13a3f5a8c0f0b398a6da78336baf480ab051
subdir: app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
- 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: 2023.11.107
CurrentVersionCode: 107
CurrentVersion: 2023.12.108
CurrentVersionCode: 108