Update floccus bookmark sync to 5.3.3 (5003003)

This commit is contained in:
F-Droid checkupdates bot 2024-11-11 17:30:28 +00:00
parent cd0c944c24
commit ffe36aa186

View file

@ -772,7 +772,27 @@ Builds:
scandelete:
- node_modules
- versionName: 5.3.3
versionCode: 5003003
commit: b6b43912cd31bd7a5c9d0abf647fb042a2b5a507
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.3.1
CurrentVersionCode: 5003001
CurrentVersion: 5.3.3
CurrentVersionCode: 5003003