diff --git a/metadata/ru.stersh.youamp.yml b/metadata/ru.stersh.youamp.yml index a4e8cff6d0..81b2ea3a7c 100644 --- a/metadata/ru.stersh.youamp.yml +++ b/metadata/ru.stersh.youamp.yml @@ -94,9 +94,25 @@ Builds: gradle: - yes + - versionName: 1.0.4 + versionCode: 16 + commit: 4fcecbde478c31641c9681987f81c057b12b756c + subdir: app + sudo: + - echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y -t trixie openjdk-21-jdk-headless + - update-alternatives --auto java + - export CPUS_MAX=6 + - 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 + AllowedAPKSigningKeys: aa6cb05a347362db4ef2a5e7b770845039a758d0f0c991ad8a1b9a0aa0414c42 AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.0.3 -CurrentVersionCode: 15 +CurrentVersion: 1.0.4 +CurrentVersionCode: 16