From 7c913bacb2e768040edfd5de7069ffb652f595dd Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Fri, 30 May 2025 04:25:44 +0000 Subject: [PATCH] Update MusicSearch to 1.34.1 (638) --- 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 eeddb99ece..1cfb66629e 100644 --- a/metadata/io.github.lydavid.musicsearch.yml +++ b/metadata/io.github.lydavid.musicsearch.yml @@ -813,10 +813,31 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 1.34.1 + versionCode: 638 + commit: 2468000c365745e8fef2d5e6413d34498740228d + 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.33.0 -CurrentVersionCode: 635 +CurrentVersion: 1.34.1 +CurrentVersionCode: 638