From 5d52e8c57de4dc3b462307f3183119ee4b91207d Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Fri, 27 Jun 2025 04:45:33 +0000 Subject: [PATCH] Update MusicSearch to 1.41.0 (658) --- metadata/io.github.lydavid.musicsearch.yml | 25 ++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/metadata/io.github.lydavid.musicsearch.yml b/metadata/io.github.lydavid.musicsearch.yml index 2b86dd80c2..ea70bde383 100644 --- a/metadata/io.github.lydavid.musicsearch.yml +++ b/metadata/io.github.lydavid.musicsearch.yml @@ -876,10 +876,31 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 1.41.0 + versionCode: 658 + commit: a36079eb50cb20c44d5bbb4354fe45c2227d82e1 + 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 + 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 + scandelete: + - build-logic/convention/build + AllowedAPKSigningKeys: c9b37762445dfcab7eabea79195d7f5c32501180f7c31403cf5cb427fd6810fc AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*) -CurrentVersion: 1.40.0 -CurrentVersionCode: 648 +CurrentVersion: 1.41.0 +CurrentVersionCode: 658