From 9608118c852de4afbb2102443b70da33b6276d50 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 19 Nov 2025 05:09:19 +0000 Subject: [PATCH] Update Eblan Launcher to 0.2.1-alpha (21) --- 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 15e9f7a215..bc4667687a 100644 --- a/metadata/com.eblan.launcher.yml +++ b/metadata/com.eblan.launcher.yml @@ -138,9 +138,23 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 0.2.1-alpha + versionCode: 21 + commit: 0eeb2248744cd866d489cafac5f7378bb31625b6 + 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.0-alpha -CurrentVersionCode: 20 +CurrentVersion: 0.2.1-alpha +CurrentVersionCode: 21