Update Blorp to 1.9.20 (37)

This commit is contained in:
checkupdates bot 2025-08-24 05:48:17 +00:00
parent e019b98a94
commit e7a054b533

View file

@ -129,7 +129,29 @@ Builds:
- node_modules/
- .yarn/install-state.gz
- versionName: 1.9.20
versionCode: 37
commit: 271322d36d5dd591f4a97ee109258b4521ee77e8
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 npm
- update-alternatives --auto java
- sysctl fs.inotify.max_user_watches=524288 || true
- corepack enable
init:
- yarn install --immutable
- CI_PLATFORM=android yarn build
- cd ../..
- npx cap sync android --deployment
gradle:
- yes
scandelete:
- node_modules/
- .yarn/install-state.gz
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 1.9.17
CurrentVersionCode: 34
CurrentVersion: 1.9.20
CurrentVersionCode: 37