mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 14:46:52 +00:00
Update SnapSafe to 3.5.0 (21)
This commit is contained in:
parent
834b5d0121
commit
7266d0da11
1 changed files with 14 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue