mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-17 19:42:02 +00:00
pokeverse - retry build
This commit is contained in:
parent
82fe0fcb90
commit
f1851caed7
1 changed files with 10 additions and 2 deletions
|
|
@ -25,8 +25,16 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
srclibs:
|
srclibs:
|
||||||
- reproducible-apk-tools@v0.3.0
|
- reproducible-apk-tools@v0.3.0
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
postbuild:
|
||||||
"$$OUT$$" 'META-INF/services/*' 'res/iq.json'
|
- curl -Lo upstream.apk https://github.com/Dev-Aditya-More/PokeVerse/releases/download/v$$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; gradle clean
|
||||||
|
assembleRelease; done
|
||||||
|
- $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines "$$OUT$$"
|
||||||
|
'META-INF/services/*' 'res/iq.json'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 5ece4e9ee39f0147e9a9cd567f57a1264fb36f1ef392e07fc100a4185e81484b
|
AllowedAPKSigningKeys: 5ece4e9ee39f0147e9a9cd567f57a1264fb36f1ef392e07fc100a4185e81484b
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue