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