From efc5d4483123d85d779d571a056f4d0af76f8544 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Sat, 6 Sep 2025 05:53:46 +0000 Subject: [PATCH] Update Blorp to 1.9.21 (38) --- metadata/xyz.blorpblorp.app.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/metadata/xyz.blorpblorp.app.yml b/metadata/xyz.blorpblorp.app.yml index 1c2df0ab18..aff633cfde 100644 --- a/metadata/xyz.blorpblorp.app.yml +++ b/metadata/xyz.blorpblorp.app.yml @@ -107,7 +107,29 @@ Builds: - node_modules/ - .yarn/install-state.gz + - versionName: 1.9.21 + versionCode: 38 + commit: 9b9dc473bc137ac0be44faa27dc010a5a6e79090 + 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.20 -CurrentVersionCode: 37 +CurrentVersion: 1.9.21 +CurrentVersionCode: 38