Update floccus bookmark sync to 5.4.2 (5004002)

This commit is contained in:
F-Droid checkupdates bot 2025-01-07 03:59:56 +00:00 committed by linsui
parent 53b014c9f1
commit 6389dd89df

View file

@ -852,7 +852,27 @@ Builds:
scandelete:
- node_modules
- versionName: 5.4.2
versionCode: 5004002
commit: 80548113b480f21bc094825b2bd479c673db5d86
subdir: android/app
sudo:
- apt-get update
- 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.4.1
CurrentVersionCode: 5004001
CurrentVersion: 5.4.2
CurrentVersionCode: 5004002