Update PrayerBook to 0.5.0 and node to v22

This commit is contained in:
jozo 2024-11-09 22:49:52 +01:00 committed by linsui
parent c122121b9c
commit 42cb7341de

View file

@ -125,9 +125,31 @@ Builds:
scandelete:
- node_modules
- versionName: 0.5.0
versionCode: 7
commit: 429a90b680d1cbc9d5e6bc255861fdd23e2f97a3
subdir: android/app
sudo:
- apt-get update
- sysctl fs.inotify.max_user_watches=524288 || true
- curl -Lo node.tar.gz https://nodejs.org/download/release/v22.11.0/node-v22.11.0-linux-x64.tar.gz
- echo "4f862bab52039835efbe613b532238b6e4dde98d139a34e6923193e073438b13 node.tar.gz"
| sha256sum -c -
- tar xzf node.tar.gz --strip-components=1 -C /usr/local/
init:
- cd ../..
- npm install
- npm run build
- npx cap sync android
gradle:
- yes
prebuild: sed -i -e '/gms/d' ../build.gradle
scandelete:
- node_modules
AllowedAPKSigningKeys: f5f597716444fd6672f0a011ebe96b1356e37b28866489c664139c6027a8cc14
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 0.4.0
CurrentVersionCode: 6
CurrentVersion: 0.5.0
CurrentVersionCode: 7