Update Voyager to 1.32.2 (196)

This commit is contained in:
F-Droid checkupdates bot 2023-12-19 03:27:13 +00:00
parent 5c163dcd67
commit 378ec2efc6

View file

@ -676,9 +676,33 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.32.2
versionCode: 196
commit: 280598df3b6c64d95b3a126d160ece7552a35242
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.32.1
CurrentVersionCode: 195
CurrentVersion: 1.32.2
CurrentVersionCode: 196