Update Voyager to 1.42.0 (217)

This commit is contained in:
F-Droid checkupdates bot 2024-02-27 03:36:32 +00:00
parent ac6824a25a
commit a435d2ed24

View file

@ -1012,9 +1012,33 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.42.0
versionCode: 217
commit: 8c85c7e5501f5b73ee8e09f42b2808e4e13dea20
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
- sysctl fs.inotify.max_user_watches=524288
- curl -Lo node.tar.gz https://nodejs.org/dist/v20.9.0/node-v20.9.0-linux-x64.tar.gz
- echo "f0919f092fbf74544438907fa083c21e76b2d7a4bc287f0607ada1553ef16f60 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- corepack enable
- pnpm install --frozen-lockfile
- CI_PLATFORM=android BUILD_FOSS_ONLY=true pnpm run build
- cd ../..
- npx cap sync android --deployment
gradle:
- yes
scandelete:
- node_modules/
AllowedAPKSigningKeys: 8b4d5cf69eaf147cd9a868c740d37d5fe1471a2f62c67d536038bcdbd9bc7ade
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.41.0
CurrentVersionCode: 216
CurrentVersion: 1.42.0
CurrentVersionCode: 217