mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-15 03:57:13 +00:00
Update floccus bookmark sync to 5.3.1 (5003001)
This commit is contained in:
parent
f39671543e
commit
a1e002cb5f
1 changed files with 22 additions and 2 deletions
|
|
@ -752,7 +752,27 @@ Builds:
|
|||
scandelete:
|
||||
- node_modules
|
||||
|
||||
- versionName: 5.3.1
|
||||
versionCode: 5003001
|
||||
commit: 0002c2fc9215eedbaeacf0d61846ddab2cf7c35f
|
||||
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
|
||||
- npm run build
|
||||
- npx cap sync
|
||||
scandelete:
|
||||
- node_modules
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 5.3.0
|
||||
CurrentVersionCode: 5003000
|
||||
CurrentVersion: 5.3.1
|
||||
CurrentVersionCode: 5003001
|
||||
|
|
|
|||
Loading…
Reference in a new issue