mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update CuteMusic to 2.8.1 (31)
This commit is contained in:
parent
155ea0ae21
commit
a4198a1cfb
1 changed files with 20 additions and 2 deletions
|
|
@ -130,9 +130,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.8.1
|
||||||
|
versionCode: 31
|
||||||
|
commit: 649ebcc7adbd51c04018418f162bb5cd82c9276e
|
||||||
|
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.8.0
|
CurrentVersion: 2.8.1
|
||||||
CurrentVersionCode: 30
|
CurrentVersionCode: 31
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue