Update floccus bookmark sync to 5.2.2 (5002002)

This commit is contained in:
F-Droid checkupdates bot 2024-06-16 14:50:52 +00:00
parent 05e1a83603
commit e03bd84e11

View file

@ -612,7 +612,27 @@ Builds:
scandelete:
- node_modules
- versionName: 5.2.2
versionCode: 5002002
commit: 5ce41ceaa65f74f5574f8bb9733509b95b6686a0
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.2.0
CurrentVersionCode: 5002000
CurrentVersion: 5.2.2
CurrentVersionCode: 5002002