Update floccus bookmark sync to 4.19.0 (4019000)

This commit is contained in:
F-Droid checkupdates bot 2023-03-24 17:20:26 +00:00
parent 6fae6532ef
commit c7d55ef743

View file

@ -214,7 +214,31 @@ Builds:
scandelete:
- node_modules
- versionName: 4.19.0
versionCode: 4019000
commit: 33c150faf7b6681806d47570753b1c588617df1a
subdir: android/app
sudo:
- apt-get update
- apt-get install -y openjdk-11-jdk-headless build-essential
- curl -Lo node.tar.xz https://nodejs.org/dist/v14.18.2/node-v14.18.2-linux-x64.tar.xz
- echo "dae683f911fe5af11f1dc9d7746d80fccdb1e7b4bef31a570f5daffadd897c42 node.tar.xz"
| sha256sum -c -
- tar xJf node.tar.xz
- cp -a node-v14.18.2-linux-x64/. /usr/local/
- npm install -g npm@7
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: 4.18.1
CurrentVersionCode: 4018001
CurrentVersion: 4.19.0
CurrentVersionCode: 4019000