mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-21 05:14:51 +00:00
Update Paperize to 2.3.3 (35)
This commit is contained in:
parent
5d56185067
commit
b7a3326f78
1 changed files with 18 additions and 2 deletions
|
|
@ -68,9 +68,25 @@ Builds:
|
||||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||||
$$OUT$$ 'META-INF/services/*' 'res/*.json'
|
$$OUT$$ 'META-INF/services/*' 'res/*.json'
|
||||||
|
|
||||||
|
- versionName: 2.3.3
|
||||||
|
versionCode: 35
|
||||||
|
commit: 129e0c36fa2385d230b08b74b791d7a6faed8870
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- export CPUS_MAX=6
|
||||||
|
- 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
|
||||||
|
srclibs:
|
||||||
|
- reproducible-apk-tools@v0.2.8
|
||||||
|
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||||
|
$$OUT$$ 'META-INF/services/*' 'res/*.json'
|
||||||
|
|
||||||
AllowedAPKSigningKeys: deda8675d63793cb0cf7bc2decb6a2506b16b33040a1fcb1d30807a511e270ac
|
AllowedAPKSigningKeys: deda8675d63793cb0cf7bc2decb6a2506b16b33040a1fcb1d30807a511e270ac
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 2.3.2
|
CurrentVersion: 2.3.3
|
||||||
CurrentVersionCode: 34
|
CurrentVersionCode: 35
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue