Update Voyager to 2.12.3 (253)

This commit is contained in:
F-Droid checkupdates bot 2024-06-13 03:29:27 +00:00
parent aa1a4383b0
commit 62b2c2e1b7

View file

@ -1483,9 +1483,30 @@ Builds:
scandelete:
- node_modules/
- versionName: 2.12.3
versionCode: 253
commit: d8cbddb5d7d78b23fa5092c4fc53b5dd86496dfc
subdir: android/app
sudo:
- 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: 2.12.2
CurrentVersionCode: 252
CurrentVersion: 2.12.3
CurrentVersionCode: 253