Update SnapSafe to 3.5.0 (21)

This commit is contained in:
checkupdates bot 2025-10-11 04:50:51 +00:00 committed by linsui
parent 834b5d0121
commit 7266d0da11

View file

@ -81,10 +81,22 @@ Builds:
gradle:
- oss
- versionName: 3.5.0
versionCode: 21
commit: eeafadb11ed0e2f07dcbd2ca0fb80d3a605e7478
subdir: app
sudo:
- export CPUS_MAX=4
- export CPUS=$(getconf _NPROCESSORS_ONLN)
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
; done
gradle:
- oss
AllowedAPKSigningKeys: 66a4da23c900c2a57c117c026059eb1352a04e8a7dc00b393bbddbcc7e1383b6
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle/libs.versions.toml|versionCode = "(\d+)"|.|versionName = "(.+)"
CurrentVersion: 3.4.0
CurrentVersionCode: 20
CurrentVersion: 3.5.0
CurrentVersionCode: 21