mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 05:39:06 +00:00
Update floccus bookmark sync to 5.5.2 (5005002)
This commit is contained in:
parent
ca5acfaa82
commit
aa3a0e5f89
1 changed files with 25 additions and 2 deletions
|
|
@ -958,7 +958,30 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
|
||||||
|
- versionName: 5.5.2
|
||||||
|
versionCode: 5005002
|
||||||
|
commit: 1dd982098109c27cd7ef2c4f258495c4bfa0f395
|
||||||
|
subdir: android/app
|
||||||
|
sudo:
|
||||||
|
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||||
|
- update-alternatives --auto java
|
||||||
|
- 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
|
||||||
|
- npm run build
|
||||||
|
- npx cap sync
|
||||||
|
scandelete:
|
||||||
|
- node_modules
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 5.5.1
|
CurrentVersion: 5.5.2
|
||||||
CurrentVersionCode: 5005001
|
CurrentVersionCode: 5005002
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue