mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update Sumire to 1.4.462 (583)
This commit is contained in:
parent
8b4bd7bcc5
commit
dd2db19aee
1 changed files with 17 additions and 2 deletions
|
|
@ -179,9 +179,24 @@ Builds:
|
|||
- app/src/main/assets/*.dat.zip
|
||||
- app/src/main/assets/*/*.dat.zip
|
||||
|
||||
- versionName: 1.4.462
|
||||
versionCode: 583
|
||||
commit: 2ec8cb1295667d9c698c4e69c0bbc95d0309c088
|
||||
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.459
|
||||
CurrentVersionCode: 580
|
||||
CurrentVersion: 1.4.462
|
||||
CurrentVersionCode: 583
|
||||
|
|
|
|||
Loading…
Reference in a new issue