Update Blorp to 1.9.26 (44)

This commit is contained in:
checkupdates bot 2025-10-21 05:55:28 +00:00
parent de59de7f51
commit d9a0114047

View file

@ -217,7 +217,29 @@ Builds:
- node_modules/
- .yarn/install-state.gz
- versionName: 1.9.26
versionCode: 44
commit: 37054c1715d8d9ac6687d03af764f400a13ea2e8
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.25
CurrentVersionCode: 43
CurrentVersion: 1.9.26
CurrentVersionCode: 44