Update ChipDefense to 1.50 (50)

This commit is contained in:
F-Droid checkupdates bot 2024-12-13 04:51:31 +00:00 committed by linsui
parent 63f5f97ac7
commit 6b16779f4f

View file

@ -408,9 +408,21 @@ Builds:
gradle:
- yes
- versionName: '1.50'
versionCode: 50
commit: 9e6fbd1da3fbe4334db086522371e8a37d04dfb7
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.49'
CurrentVersionCode: 49
CurrentVersion: '1.50'
CurrentVersionCode: 50