mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 10:11:43 +00:00
Update MusicSearch to 1.8.0-beta.10 (502)
This commit is contained in:
parent
7c0185d539
commit
8ada63f15d
1 changed files with 23 additions and 2 deletions
|
|
@ -313,10 +313,31 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- build-logic/convention/build
|
- build-logic/convention/build
|
||||||
|
|
||||||
|
- versionName: 1.8.0-beta.10
|
||||||
|
versionCode: 502
|
||||||
|
commit: 6c36816aafdd8ff68d4617644ae6cabe163ae6f1
|
||||||
|
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
|
AllowedAPKSigningKeys: c9b37762445dfcab7eabea79195d7f5c32501180f7c31403cf5cb427fd6810fc
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*)
|
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*)
|
||||||
CurrentVersion: 1.8.0-beta.9
|
CurrentVersion: 1.8.0-beta.10
|
||||||
CurrentVersionCode: 501
|
CurrentVersionCode: 502
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue