mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 21:56:58 +00:00
Update floccus bookmark sync to 5.0.6 (5000006)
This commit is contained in:
parent
198ffac734
commit
45829dbc4b
1 changed files with 25 additions and 2 deletions
|
|
@ -330,7 +330,30 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 5.0.6
|
||||
versionCode: 5000006
|
||||
commit: 6782db6b3b77ad2d1c85283cb8e0ee99709597a0
|
||||
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.5
|
||||
CurrentVersionCode: 5000005
|
||||
CurrentVersion: 5.0.6
|
||||
CurrentVersionCode: 5000006
|
||||
|
|
|
|||
Loading…
Reference in a new issue