Update floccus bookmark sync to 5.0.11 (5000011)

This commit is contained in:
F-Droid checkupdates bot 2024-03-10 15:06:25 +00:00
parent c5100155a3
commit 06877d3f25

View file

@ -422,7 +422,30 @@ Builds:
scandelete:
- node_modules
- versionName: 5.0.11
versionCode: 5000011
commit: 22a79e15273395c5113deb6255c127e5d47d6cbd
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-java-alternatives -a
- 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
- npx gulp
- cp dist/html/index.html dist/index.html
- npx cap sync
scandelete:
- node_modules
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 5.0.10
CurrentVersionCode: 5000010
CurrentVersion: 5.0.11
CurrentVersionCode: 5000011