mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Update PhotoPrism Gallery to 1.37.1 (57)
This commit is contained in:
parent
37dbf31368
commit
a9532b446a
1 changed files with 14 additions and 2 deletions
|
|
@ -635,9 +635,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.37.1
|
||||
versionCode: 57
|
||||
commit: 4dd83168b921b3ef61ce339bb56c8f4c98bbe421
|
||||
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: e7da1b20559ba52c615cfddeb770e59db792718637678ae635e357a472455d0a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.37.0
|
||||
CurrentVersionCode: 56
|
||||
CurrentVersion: 1.37.1
|
||||
CurrentVersionCode: 57
|
||||
|
|
|
|||
Loading…
Reference in a new issue