mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update MonsterMusic to 0.1.58 (58)
This commit is contained in:
parent
df5f4dd8b2
commit
b9ce73ecb6
1 changed files with 17 additions and 2 deletions
|
|
@ -247,9 +247,24 @@ Builds:
|
|||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset --cpu-list
|
||||
0-15 gradle clean assembleRelease; done
|
||||
|
||||
- versionName: 0.1.58
|
||||
versionCode: 58
|
||||
commit: 9a54eb8072b185c0636e63c78043b2d5e291a9ab
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/ZTFtrue/MonsterMusic/releases/download/$$VERSION$$/app-release.apk
|
||||
- unzip -q upstream.apk -d apk
|
||||
- export hash=$(sha256sum apk/assets/dexopt/baseline.prof)
|
||||
- rm -rf apk upstream.apk
|
||||
- for i in {1..10}; do unzip -q $$OUT$$ -d apk; sha256sum -c - <<< $hash &&
|
||||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; taskset --cpu-list
|
||||
0-15 gradle clean assembleRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: d71ec62f1bbbeae918ef9828fdc5184462acb2f1781d0ee649577cb96872495d
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.57
|
||||
CurrentVersionCode: 57
|
||||
CurrentVersion: 0.1.58
|
||||
CurrentVersionCode: 58
|
||||
|
|
|
|||
Loading…
Reference in a new issue