From e8168b152fd7ec61fca50c62d3881f34736227db Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 24 Oct 2025 05:08:31 +0000 Subject: [PATCH] Update Eblan Launcher to 0.1.4-alpha (14) --- 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 5d70e321bc..0330e29a18 100644 --- a/metadata/com.eblan.launcher.yml +++ b/metadata/com.eblan.launcher.yml @@ -54,9 +54,23 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 0.1.4-alpha + versionCode: 14 + commit: a3624359b97c62ba42197d18f79500fed983fe64 + 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.1.3-alpha -CurrentVersionCode: 13 +CurrentVersion: 0.1.4-alpha +CurrentVersionCode: 14