Update floccus bookmark sync to 5.7.0 (5007000)

This commit is contained in:
checkupdates bot 2025-08-28 05:07:24 +00:00 committed by linsui
parent d7afc9dd2a
commit 9c2d47b2db

View file

@ -1074,7 +1074,30 @@ Builds:
scandelete:
- node_modules
- versionName: 5.7.0
versionCode: 5007000
commit: 4314ea447ecb78f2e9e3a37b27a96a242e49e924
subdir: android/app
sudo:
- 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
- curl -Lo node.tar.gz https://nodejs.org/dist/v21.4.0/node-v21.4.0-linux-x64.tar.gz
- echo "d8cd0ec0b78bcbc591e7a4655a92c1c667e64bc434e7a895904dc1fe9442af1d node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
gradle:
- yes
prebuild:
- cd ../..
- npm install
- npm run build
- npx cap sync
scandelete:
- node_modules
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 5.6.0
CurrentVersionCode: 5006000
CurrentVersion: 5.7.0
CurrentVersionCode: 5007000