From b9e55d49a7f801874b964653e08f3b29bd0c1b8a Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Sun, 31 Aug 2025 04:32:34 +0000 Subject: [PATCH] Update MusicSearch to 1.60.1 (714) --- metadata/io.github.lydavid.musicsearch.yml | 30 ++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.lydavid.musicsearch.yml b/metadata/io.github.lydavid.musicsearch.yml index 0d07a2cf0d..93fcc46c77 100644 --- a/metadata/io.github.lydavid.musicsearch.yml +++ b/metadata/io.github.lydavid.musicsearch.yml @@ -1143,10 +1143,36 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 1.60.1 + versionCode: 714 + commit: 9ad720ff84dccd9a4a647e8852766381a9482f9d + subdir: android/app + sudo: + - echo "deb http://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list + - apt-get update + - apt-get install -y openjdk-21-jdk-headless + - update-java-alternatives -a + - export CPUS_MAX=16 + - export CPUS=$(getconf _NPROCESSORS_ONLN) + - for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online + ; done + gradle: + - fDroid + prebuild: + - echo "TVVTSUNCUkFJTlpfQ0xJRU5UX0lEPWtpbVpiWXlaYUVia2Ewb0Npb1ExNUdINWhlNFp4dGtXCg==" + | base64 -d > ../../not_so_secret.properties + - echo "TVVTSUNCUkFJTlpfQ0xJRU5UX1NFQ1JFVD00ZVlINmpqRzBVVm1GRGN1Yk1CSThrVVlxT18xVkxHRAo=" + | base64 -d >> ../../not_so_secret.properties + - sed -i -e '/firebase/d' -e '/google.services/d' ../../build.gradle.kts + - sed -i -e 's/\.debug//' ../../shared/domain/src/commonMain/kotlin/ly/david/musicsearch/shared/domain/Constants.kt + - sed -i -e '/iosMain/,/^ }/d' ../../shared/build.gradle.kts ../../core/logging/implementation/build.gradle.kts + scandelete: + - build-logic/convention/build + AllowedAPKSigningKeys: c9b37762445dfcab7eabea79195d7f5c32501180f7c31403cf5cb427fd6810fc AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*) -CurrentVersion: 1.60.0 -CurrentVersionCode: 713 +CurrentVersion: 1.60.1 +CurrentVersionCode: 714