Update Voyager to 2.35.1 (680)

This commit is contained in:
F-Droid checkupdates bot 2025-06-05 04:36:34 +00:00 committed by Licaon_Kter
parent b15eed8de9
commit 5e8d662e18

View file

@ -2229,9 +2229,33 @@ Builds:
scandelete:
- node_modules/
- versionName: 2.35.1
versionCode: 680
commit: ac28aa82db224f5a442a2cd22242aef52eb056ea
subdir: android/app
sudo:
- sysctl fs.inotify.max_user_watches=524288
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
- apt-get update
- apt-get install -y -t trixie openjdk-21-jdk-headless
- update-alternatives --auto java
- apt-get install -y npm
- npm install -g corepack
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
prebuild: sed -i -e '/google-services/d' ../build.gradle
scandelete:
- node_modules/
AllowedAPKSigningKeys: 8b4d5cf69eaf147cd9a868c740d37d5fe1471a2f62c67d536038bcdbd9bc7ade
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.35.0
CurrentVersionCode: 677
CurrentVersion: 2.35.1
CurrentVersionCode: 680