mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update floccus bookmark sync to 4.18.1 (4018001)
This commit is contained in:
parent
e3026deb78
commit
0f9c467999
1 changed files with 26 additions and 2 deletions
|
|
@ -190,7 +190,31 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 4.18.1
|
||||
versionCode: 4018001
|
||||
commit: 2809dd4acfc9f91b1b08be0084a061be2510380f
|
||||
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.0
|
||||
CurrentVersionCode: 4018000
|
||||
CurrentVersion: 4.18.1
|
||||
CurrentVersionCode: 4018001
|
||||
|
|
|
|||
Loading…
Reference in a new issue