mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update SnapSafe to 3.2.0 (16)
This commit is contained in:
parent
4a4dbf3488
commit
1be126a304
1 changed files with 14 additions and 2 deletions
|
|
@ -44,10 +44,22 @@ Builds:
|
|||
gradle:
|
||||
- oss
|
||||
|
||||
- versionName: 3.2.0
|
||||
versionCode: 16
|
||||
commit: bf145c633f6a9aa0b5b2bda0038c7ddbb1c6f1a6
|
||||
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.1.0
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: 3.2.0
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue