mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 13:46:52 +00:00
Update SnapSafe to 3.5.4 (25)
This commit is contained in:
parent
778d3d9e0e
commit
f45f240e2a
1 changed files with 14 additions and 2 deletions
|
|
@ -117,10 +117,22 @@ Builds:
|
|||
gradle:
|
||||
- oss
|
||||
|
||||
- versionName: 3.5.4
|
||||
versionCode: 25
|
||||
commit: 046d33f6599085051558cdd8a237bb7f4ab66ee7
|
||||
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.5.2
|
||||
CurrentVersionCode: 23
|
||||
CurrentVersion: 3.5.4
|
||||
CurrentVersionCode: 25
|
||||
|
|
|
|||
Loading…
Reference in a new issue