From 9fc1bff78916a9e1b0ade138c3ad7b463c9e4cbb Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Wed, 5 Nov 2025 05:19:59 +0000 Subject: [PATCH] Update Eblan Launcher to 0.1.8-alpha (18) --- 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 c9e92a02879..00a10aba56d 100644 --- a/metadata/com.eblan.launcher.yml +++ b/metadata/com.eblan.launcher.yml @@ -96,9 +96,23 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 0.1.8-alpha + versionCode: 18 + commit: 10cda7fabf5a7ad14155fb3eb172b467320d893d + 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.7-alpha -CurrentVersionCode: 17 +CurrentVersion: 0.1.8-alpha +CurrentVersionCode: 18 -- GitLab