Update org.fossify.gallery to 1.7.0 (19)

This commit is contained in:
checkupdates bot 2025-10-19 04:04:47 +00:00 committed by linsui
parent 3ab008cec9
commit debe5a96d1

View file

@ -170,10 +170,24 @@ Builds:
output: build/outputs/apk/foss/release/gallery-*-foss-release-unsigned.apk
ndk: r26b
- versionName: 1.7.0
versionCode: 19
commit: aa55b0cdf3fefc63cdc6cf1d4b46210b76e5519b
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
output: build/outputs/apk/foss/release/gallery-*-foss-release-unsigned.apk
ndk: r26b
AllowedAPKSigningKeys: affdb124d3f4720c2f98dbca9eacba0514fba4306e20a2786c861c3c0d6ff292
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*)
CurrentVersion: 1.6.0
CurrentVersionCode: 18
CurrentVersion: 1.7.0
CurrentVersionCode: 19