mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update PocketTRacker to 2.5.0 (21)
This commit is contained in:
parent
e4aee37e28
commit
46c1e2660c
1 changed files with 14 additions and 2 deletions
|
|
@ -172,9 +172,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2.5.0
|
||||
versionCode: 21
|
||||
commit: 9126c283e5ebd512f4aa5aeeccf2e90a1977e729
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=8
|
||||
- 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: 4c6f4fba1821ab6fb1c638a07b47abeb31660f5451a6cf2077cb9d036c5ea174
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.1
|
||||
CurrentVersionCode: 20
|
||||
CurrentVersion: 2.5.0
|
||||
CurrentVersionCode: 21
|
||||
|
|
|
|||
Loading…
Reference in a new issue