Update ChipDefense to 1.24 (24)

This commit is contained in:
F-Droid checkupdates bot 2023-10-26 12:09:30 +00:00
parent 00c35f6c5a
commit 6da774c4bc

View file

@ -120,9 +120,21 @@ Builds:
gradle:
- yes
- versionName: '1.24'
versionCode: 24
commit: 14a567b376aa9b8b83aa0a7b1174a9629cf5db36
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.23'
CurrentVersionCode: 23
CurrentVersion: '1.24'
CurrentVersionCode: 24