Update Blorp to 1.9.17 (34)

This commit is contained in:
checkupdates bot 2025-08-23 05:54:39 +00:00
parent 3e16bcbf06
commit 811441f3e4

View file

@ -107,7 +107,29 @@ Builds:
- node_modules/
- .yarn/install-state.gz
- versionName: 1.9.17
versionCode: 34
commit: f9f4afc4905c769843940e1e256ab1b1a6668775
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.16
CurrentVersionCode: 33
CurrentVersion: 1.9.17
CurrentVersionCode: 34