mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update SnapSafe to 3.0.0 (14)
This commit is contained in:
parent
819f3604c3
commit
3945009d9b
1 changed files with 14 additions and 2 deletions
|
|
@ -32,10 +32,22 @@ Builds:
|
|||
gradle:
|
||||
- oss
|
||||
|
||||
- versionName: 3.0.0
|
||||
versionCode: 14
|
||||
commit: ec24be4da3f587a051aa46693cce50ad2dc68e42
|
||||
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: 2.0.1
|
||||
CurrentVersionCode: 13
|
||||
CurrentVersion: 3.0.0
|
||||
CurrentVersionCode: 14
|
||||
|
|
|
|||
Loading…
Reference in a new issue