mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Update PlugBrain 🧠 to 1.5.2 (152)
This commit is contained in:
parent
8e368d79ff
commit
bf482d6ea0
1 changed files with 14 additions and 2 deletions
|
|
@ -50,9 +50,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.2
|
||||
versionCode: 152
|
||||
commit: 19ef24a6875da1416a1d79cfa248f0840a39ece2
|
||||
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:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 776dfaa24e8316225bd4a1caa00cfdfdd87beb17571e5b3469cfdb92453d4ba9
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 151
|
||||
CurrentVersion: 1.5.2
|
||||
CurrentVersionCode: 152
|
||||
|
|
|
|||
Loading…
Reference in a new issue