Update Blorp to 1.10.0 (45)

This commit is contained in:
checkupdates bot 2025-11-20 05:56:42 +00:00
parent bc990b9085
commit 3e037c3c12

View file

@ -239,7 +239,29 @@ Builds:
- node_modules/
- .yarn/install-state.gz
- versionName: 1.10.0
versionCode: 45
commit: 4f84fc1a948b9ebf584e268f78ac27f7cfd97193
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.26
CurrentVersionCode: 44
CurrentVersion: 1.10.0
CurrentVersionCode: 45