Update Blorp to 1.9.11 (28)

This commit is contained in:
checkupdates bot 2025-08-15 05:49:55 +00:00 committed by Licaon_Kter
parent e184b58d70
commit f3d7888690

View file

@ -40,7 +40,29 @@ Builds:
- node_modules/
- .yarn/install-state.gz
- versionName: 1.9.11
versionCode: 28
commit: c8c24bb527bc9bdedf2fe1c7679237b657f4cd7c
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.10
CurrentVersionCode: 27
CurrentVersion: 1.9.11
CurrentVersionCode: 28