mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 14:17:26 +00:00
Update Symphony to 2023.6.93 (93)
This commit is contained in:
parent
46aa9b4df5
commit
c6e50c3cb1
1 changed files with 19 additions and 2 deletions
|
|
@ -118,9 +118,26 @@ Builds:
|
|||
- yes
|
||||
prebuild: npm run prebuild
|
||||
|
||||
- versionName: 2023.6.93
|
||||
versionCode: 93
|
||||
commit: 17c45055e5e3c343751ffb4359318dc9db9f24dd
|
||||
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: npm run prebuild
|
||||
|
||||
AllowedAPKSigningKeys: d51e49425b54173d80117bee1420a01aca24ff4c05d8156c7950d6a573433ae9
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2023.5.92
|
||||
CurrentVersionCode: 92
|
||||
CurrentVersion: 2023.6.93
|
||||
CurrentVersionCode: 93
|
||||
|
|
|
|||
Loading…
Reference in a new issue