mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update floccus bookmark sync to 5.1.0 (5001000)
This commit is contained in:
parent
e7b3fec891
commit
b4fb1ab50b
1 changed files with 23 additions and 2 deletions
|
|
@ -466,7 +466,28 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 5.1.0
|
||||||
|
versionCode: 5001000
|
||||||
|
commit: f28369e04cb2f467becfa431dc6bb77a4405bd35
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 5.0.12
|
CurrentVersion: 5.1.0
|
||||||
CurrentVersionCode: 5000012
|
CurrentVersionCode: 5001000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue