mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Quillpad to 1.5.5 (47)
This commit is contained in:
parent
955e602d9a
commit
966b94bb00
1 changed files with 24 additions and 2 deletions
|
|
@ -336,9 +336,31 @@ Builds:
|
|||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleRelease; done
|
||||
|
||||
- versionName: 1.5.5
|
||||
versionCode: 47
|
||||
commit: 4269d01595a5cfafe76a184ed5742bb020f9c934
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=4
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- build-cache
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/quillpad/quillpad/releases/download/v$$VERSION$$/quillpad-$$VERSION$$.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
|
||||
|
||||
AllowedAPKSigningKeys: 3c2b48eeceed98e70a33d21d3e9ff6193343a1dddcbb9cc076b859d36cdeae6a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.5.4
|
||||
CurrentVersionCode: 46
|
||||
CurrentVersion: 1.5.5
|
||||
CurrentVersionCode: 47
|
||||
|
|
|
|||
Loading…
Reference in a new issue