mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Journal to 11.4 (55)
This commit is contained in:
parent
e03870a6e7
commit
b168c5a273
1 changed files with 25 additions and 2 deletions
|
|
@ -66,9 +66,32 @@ Builds:
|
||||||
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||||
--replace unaligned.apk $$OUT$$
|
--replace unaligned.apk $$OUT$$
|
||||||
|
|
||||||
|
- versionName: '11.4'
|
||||||
|
versionCode: 55
|
||||||
|
commit: 10565cfbf7302bb690a2e98204290c8011564ffc
|
||||||
|
subdir: app
|
||||||
|
output: build/outputs/apk/release/app-release-unsigned.apk
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.3.0
|
||||||
|
build:
|
||||||
|
- mkdir upstream
|
||||||
|
- pushd upstream
|
||||||
|
- curl -L -o upstream.apk https://github.com/isaakhanimann/psychonautwiki-journal-android/releases/download/v$$VERSION$$/psychonautwiki-journal_v$$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/app-release-unsigned.apk; export localhash=$(sha256sum
|
||||||
|
assets/dexopt/baseline.prof|cut -d " " -f1); [[ $localhash == $upstreamhash
|
||||||
|
]] && break ; popd; rm -fr local; done
|
||||||
|
postbuild:
|
||||||
|
- mv $$OUT$$ unaligned.apk
|
||||||
|
- $$reproducible-apk-tools$$/zipalign.py --page-size 16 --pad-like-apksigner
|
||||||
|
--replace unaligned.apk $$OUT$$
|
||||||
|
|
||||||
AllowedAPKSigningKeys: c6745260b179fb1baa8647d121f60250e7b05c973c3f9348ccd1179f6edd665a
|
AllowedAPKSigningKeys: c6745260b179fb1baa8647d121f60250e7b05c973c3f9348ccd1179f6edd665a
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: '11.3'
|
CurrentVersion: '11.4'
|
||||||
CurrentVersionCode: 54
|
CurrentVersionCode: 55
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue