mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Paperize to 2.3.1 (33)
This commit is contained in:
parent
e9a37151da
commit
a18b2468de
1 changed files with 19 additions and 2 deletions
|
|
@ -70,9 +70,26 @@ Builds:
|
|||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*' 'res/*.json'
|
||||
|
||||
- versionName: 2.3.1
|
||||
versionCode: 33
|
||||
commit: 5197800b558731d903030b7a58a3b8d52dcc7833
|
||||
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
|
||||
ndk: 26.3.11579264
|
||||
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --page-size 16 fix-newlines
|
||||
$$OUT$$ 'META-INF/services/*' 'res/*.json'
|
||||
|
||||
AllowedAPKSigningKeys: deda8675d63793cb0cf7bc2decb6a2506b16b33040a1fcb1d30807a511e270ac
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 32
|
||||
CurrentVersion: 2.3.1
|
||||
CurrentVersionCode: 33
|
||||
|
|
|
|||
Loading…
Reference in a new issue