Update Voyager to 2.30.1 (607)

This commit is contained in:
F-Droid checkupdates bot 2025-04-15 04:07:43 +00:00
parent 2c560e6e13
commit 2f2c6560d5

View file

@ -2133,9 +2133,33 @@ Builds:
scandelete:
- node_modules/
- versionName: 2.30.1
versionCode: 607
commit: 79d4043bc4e8e8576a9396987314fc06f665c990
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.29.1
CurrentVersionCode: 592
CurrentVersion: 2.30.1
CurrentVersionCode: 607