mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-20 04:44:04 +00:00
Update CuteMusic to 2.7.2 (29)
This commit is contained in:
parent
598f1aa326
commit
b521a5b75b
1 changed files with 20 additions and 2 deletions
|
|
@ -94,9 +94,27 @@ Builds:
|
||||||
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||||
]] && break ; popd; rm -fr local; done
|
]] && break ; popd; rm -fr local; done
|
||||||
|
|
||||||
|
- versionName: 2.7.2
|
||||||
|
versionCode: 29
|
||||||
|
commit: 24a4a9e414b260dc518853063422ada811b4060f
|
||||||
|
subdir: app
|
||||||
|
output: build/outputs/apk/release/*.apk
|
||||||
|
prebuild: gradle clean
|
||||||
|
build:
|
||||||
|
- mkdir upstream
|
||||||
|
- pushd upstream
|
||||||
|
- curl -L -o upstream.apk https://github.com/sosauce/CuteMusic/releases/download/v$$VERSION$$/CM_$$VERSION$$.apk
|
||||||
|
- unzip -q upstream.apk
|
||||||
|
- export upstreamhash=$(sha256sum assets/dexopt/baseline.prof|cut -d " " -f1)
|
||||||
|
- popd
|
||||||
|
- for i in {1..10}; do gradle clean assembleRelease; mkdir local; pushd local;
|
||||||
|
unzip -q ../build/outputs/apk/release/*.apk; export localhash=$(sha256sum
|
||||||
|
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||||
|
]] && break ; popd; rm -fr local; done
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 7ad65abb70c3b33d0d301affcef8f1c5c22bcada53f770ffbe66df8d33058335
|
AllowedAPKSigningKeys: 7ad65abb70c3b33d0d301affcef8f1c5c22bcada53f770ffbe66df8d33058335
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.7.1
|
CurrentVersion: 2.7.2
|
||||||
CurrentVersionCode: 28
|
CurrentVersionCode: 29
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue