Update Thud to 1.2.0 (7)

This commit is contained in:
F-Droid checkupdates bot 2023-03-19 04:16:06 +00:00
parent 5fc6fb5c30
commit ce4a5bff47

View file

@ -33,7 +33,27 @@ Builds:
scandelete:
- node_modules/
- versionName: 1.2.0
versionCode: 7
commit: 7389cfae697c545f6d92c1c68071568bc0f24de0
subdir: android/app/
sudo:
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/download/release/v18.12.1/node-v18.12.1-linux-x64.tar.gz
- echo "a8fcacb8033504e6d704bdee821f7005ee3774db25c799bcf2a13b5bda7de172 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
- npm install -g @ionic/cli
init:
- cd ../..
- npm install --build-from-source
gradle:
- yes
prebuild: ionic cap sync
scandelete:
- node_modules/
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.1.0
CurrentVersionCode: 5
CurrentVersion: 1.2.0
CurrentVersionCode: 7