mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update PhotoPrism Gallery to 1.35.2 (54)
This commit is contained in:
parent
95ea751a29
commit
9491b1b596
1 changed files with 14 additions and 2 deletions
|
|
@ -599,9 +599,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.35.2
|
||||
versionCode: 54
|
||||
commit: f57a02b24963f31ffaaeaba0e73ca0c71f142f87
|
||||
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.35.1
|
||||
CurrentVersionCode: 53
|
||||
CurrentVersion: 1.35.2
|
||||
CurrentVersionCode: 54
|
||||
|
|
|
|||
Loading…
Reference in a new issue