mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 14:16:53 +00:00
Update Peristyle to v8.7.1 (871)
This commit is contained in:
parent
e063a238c5
commit
aa0fa9b661
1 changed files with 24 additions and 2 deletions
|
|
@ -741,9 +741,31 @@ Builds:
|
|||
break; sha256sum apk/assets/dexopt/baseline.prof; rm -fr apk; gradle clean
|
||||
assembleProdRelease; done
|
||||
|
||||
- versionName: v8.7.1
|
||||
versionCode: 871
|
||||
commit: c0611bb547c9fff0486ca59e66157ae5c06eb585
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=16
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- prod
|
||||
binary: https://github.com/Hamza417/Peristyle/releases/download/%v/app-prod-release.apk
|
||||
prebuild: sed -i -e '/signingConfigs/,+1d' build.gradle
|
||||
postbuild:
|
||||
- curl -Lo upstream.apk https://github.com/Hamza417/Peristyle/releases/download/$$VERSION$$/app-prod-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
|
||||
assembleProdRelease; done
|
||||
|
||||
AllowedAPKSigningKeys: 4a3f711142250805c7bb5c0a5a3287631bdb948816e6f4afc9524d0eb46b6b1b
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: v8.7.0
|
||||
CurrentVersionCode: 870
|
||||
CurrentVersion: v8.7.1
|
||||
CurrentVersionCode: 871
|
||||
|
|
|
|||
Loading…
Reference in a new issue