mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Sumire to 1.4.463 (584)
This commit is contained in:
parent
801b1aec40
commit
4a9385d3ea
1 changed files with 17 additions and 2 deletions
|
|
@ -194,9 +194,24 @@ Builds:
|
|||
- app/src/main/assets/*.dat.zip
|
||||
- app/src/main/assets/*/*.dat.zip
|
||||
|
||||
- versionName: 1.4.463
|
||||
versionCode: 584
|
||||
commit: 6d2596166c9944377cdd8328247928af48595359
|
||||
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:
|
||||
- yes
|
||||
scanignore:
|
||||
- app/src/main/assets/*.dat.zip
|
||||
- app/src/main/assets/*/*.dat.zip
|
||||
|
||||
AllowedAPKSigningKeys: ec676c30f05f3947a1aec86d02ecead150f772790b35fcaf8af484c1dd5eb4c0
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.4.462
|
||||
CurrentVersionCode: 583
|
||||
CurrentVersion: 1.4.463
|
||||
CurrentVersionCode: 584
|
||||
|
|
|
|||
Loading…
Reference in a new issue