mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update floccus bookmark sync to 4.19.1 (4019001)
This commit is contained in:
parent
d19e866f78
commit
a003b835b3
1 changed files with 26 additions and 2 deletions
|
|
@ -238,7 +238,31 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 4.19.1
|
||||||
|
versionCode: 4019001
|
||||||
|
commit: 27cce8b3877350468e1b22766fe58e40fcea9feb
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 4.19.0
|
CurrentVersion: 4.19.1
|
||||||
CurrentVersionCode: 4019000
|
CurrentVersionCode: 4019001
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue