mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Sumire to 1.4.471 (592)
This commit is contained in:
parent
0d367c7a49
commit
d1c3ac14f8
1 changed files with 17 additions and 2 deletions
|
|
@ -239,9 +239,24 @@ Builds:
|
|||
- app/src/main/assets/*.dat.zip
|
||||
- app/src/main/assets/*/*.dat.zip
|
||||
|
||||
- versionName: 1.4.471
|
||||
versionCode: 592
|
||||
commit: f7ef26b82653e1bd74ca332bf37d68c073b7f2e2
|
||||
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.467
|
||||
CurrentVersionCode: 588
|
||||
CurrentVersion: 1.4.471
|
||||
CurrentVersionCode: 592
|
||||
|
|
|
|||
Loading…
Reference in a new issue