From 7f48364f951a1efafa48ed34046e408d27065c01 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 5 Dec 2025 04:57:06 +0000 Subject: [PATCH] Update Eblan Launcher to 0.2.4-alpha (24) --- metadata/com.eblan.launcher.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/metadata/com.eblan.launcher.yml b/metadata/com.eblan.launcher.yml index 1074ea8944..47b39d8edd 100644 --- a/metadata/com.eblan.launcher.yml +++ b/metadata/com.eblan.launcher.yml @@ -166,9 +166,23 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 0.2.4-alpha + versionCode: 24 + commit: f71fa99470319c7a53ae80772059ad177c4bd6b2 + subdir: app + sudo: + - export CPUS_MAX=4 + - export CPUS=$(getconf _NPROCESSORS_ONLN) + - for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online + ; done + gradle: + - yes + scandelete: + - build-logic/convention/build + AllowedAPKSigningKeys: 1eaea35caae68379f7d4617f283a33805afecec36ab484174562731f756d5d49 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 0.2.3-alpha -CurrentVersionCode: 23 +CurrentVersion: 0.2.4-alpha +CurrentVersionCode: 24