mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update ChipDefense to 1. (55)
This commit is contained in:
parent
28b1e81c65
commit
dfc6627942
1 changed files with 15 additions and 2 deletions
|
|
@ -468,9 +468,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.55'
|
||||
versionCode: 55
|
||||
commit: 34d8136ccb9dd0f3faf32fc7cbb8af214fd25695
|
||||
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
|
||||
|
||||
AllowedAPKSigningKeys: 16d325320ba0d80f98724000116e72d5d5d4a40ffc3236dd3180aa0a834dd8f9
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.54'
|
||||
CurrentVersionCode: 54
|
||||
UpdateCheckData: app/build.gradle|versionCode = (\d+)||v([\d.]+)
|
||||
CurrentVersion: '1.55'
|
||||
CurrentVersionCode: 55
|
||||
|
|
|
|||
Loading…
Reference in a new issue