mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update PhotoPrism Gallery to 1.35.1 (53)
This commit is contained in:
parent
c5d3d5189b
commit
98d472067d
1 changed files with 14 additions and 2 deletions
|
|
@ -587,9 +587,21 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.35.1
|
||||
versionCode: 53
|
||||
commit: e6601acdb4db9c821abc4d7b793e264fb84dd070
|
||||
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.0
|
||||
CurrentVersionCode: 52
|
||||
CurrentVersion: 1.35.1
|
||||
CurrentVersionCode: 53
|
||||
|
|
|
|||
Loading…
Reference in a new issue