From f6f81c5139d80149c07fb86f072be720fef51174 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sat, 16 Nov 2024 19:42:24 +0000 Subject: [PATCH] Update MusicSearch to 1.8.0-beta.16 (508) --- 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 97f375dd71..a1a21fd494 100644 --- a/metadata/io.github.lydavid.musicsearch.yml +++ b/metadata/io.github.lydavid.musicsearch.yml @@ -376,10 +376,31 @@ Builds: scandelete: - build-logic/convention/build + - versionName: 1.8.0-beta.16 + versionCode: 508 + commit: 49a7f8b79ac2618b22f52312f3281b3276abb751 + 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: + - cp -R ../../gradle ./ + - 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 + scandelete: + - build-logic/convention/build + AllowedAPKSigningKeys: c9b37762445dfcab7eabea79195d7f5c32501180f7c31403cf5cb427fd6810fc AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*) -CurrentVersion: 1.8.0-beta.15 -CurrentVersionCode: 507 +CurrentVersion: 1.8.0-beta.16 +CurrentVersionCode: 508