mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update ChipDefense to 1.15 (15)
This commit is contained in:
parent
2afacfff5e
commit
8f0adee141
1 changed files with 14 additions and 2 deletions
|
|
@ -24,7 +24,19 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.15'
|
||||
versionCode: 15
|
||||
commit: 784a1c78a4ba4ca6859402f709633a23a8fa6627
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=1
|
||||
- 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
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.14'
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: '1.15'
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue