Update MusicSearch to 1.7.0-beta.3 (481)

This commit is contained in:
F-Droid checkupdates bot 2024-10-07 11:25:46 +00:00
parent 7e6cd27ac3
commit 2406fdaabc

View file

@ -144,10 +144,31 @@ Builds:
scandelete:
- build-logic/convention/build
- versionName: 1.7.0-beta.3
versionCode: 481
commit: b924d4ccb4717dd949d857217330ce996a5c8bb0
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.7.0-beta.1
CurrentVersionCode: 479
CurrentVersion: 1.7.0-beta.3
CurrentVersionCode: 481