mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update floccus bookmark sync to 5.2.0 (5002000)
This commit is contained in:
parent
5537cbdeec
commit
afc745e2b4
1 changed files with 23 additions and 2 deletions
|
|
@ -592,7 +592,28 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 5.2.0
|
||||
versionCode: 5002000
|
||||
commit: f3ca2b5634ea16d5090e317154da69555f6a84f8
|
||||
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
|
||||
- npx gulp
|
||||
- cp dist/html/index.html dist/index.html
|
||||
- npx cap sync
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.1.7
|
||||
CurrentVersionCode: 5001007
|
||||
CurrentVersion: 5.2.0
|
||||
CurrentVersionCode: 5002000
|
||||
|
|
|
|||
Loading…
Reference in a new issue