mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Inventory to 1.0.8 (8)
This commit is contained in:
parent
16fecc58f8
commit
4193c51b95
1 changed files with 14 additions and 2 deletions
|
|
@ -51,9 +51,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.8
|
||||
versionCode: 8
|
||||
commit: fa36588fddb0afdd1f70fb9617c12a3eab75fb97
|
||||
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: 802630d5d6e6f35d25a7acd9172b8a438281ce298217f846652704de6f5c2510
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.6
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 1.0.8
|
||||
CurrentVersionCode: 8
|
||||
|
|
|
|||
Loading…
Reference in a new issue