mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update EnigmaDroid to 1.3.2 (7)
This commit is contained in:
parent
75bfdc7093
commit
9079df61f8
1 changed files with 14 additions and 2 deletions
|
|
@ -59,9 +59,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.3.2
|
||||
versionCode: 7
|
||||
commit: 30d3891c9137bac07b9824906d304c1191a9c4d8
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=16
|
||||
- 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: 7389e0f328335627de9e1141066bbd6fc9e64af538a42d9415fd5cac2caa5433
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 1.3.2
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue