mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Paranoid's Pal - Privacy Lock to v1.1.9 (9)
This commit is contained in:
parent
326c033a2c
commit
5bc11c17c2
1 changed files with 14 additions and 2 deletions
|
|
@ -28,9 +28,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: v1.1.9
|
||||
versionCode: 9
|
||||
commit: 59d5a12068f54757914d8fa5bdc63affc378d29e
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=6
|
||||
- export CPUS=$(getconf _NPROCESSORS_ONLN)
|
||||
- for (( c=$CPUS_MAX; c<$CPUS; c++ )) ; do echo 0 > /sys/devices/system/cpu/cpu$c/online
|
||||
; done
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 9b1c77a2063e23e1b37fceffdf6e2e19628ba6c680e04dbf22088884109bf321
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: v1.1.5
|
||||
CurrentVersionCode: 7
|
||||
CurrentVersion: v1.1.9
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue