Update org.fossify.gallery to 1.4.1 (13)

This commit is contained in:
checkupdates bot 2025-07-23 04:02:08 +00:00 committed by Licaon_Kter
parent 4cad1d4e3c
commit 7707817c3b

View file

@ -99,10 +99,24 @@ Builds:
output: build/outputs/apk/foss/release/gallery-*-foss-release-unsigned.apk
ndk: r26b
- versionName: 1.4.1
versionCode: 13
commit: e9873c16f264e4b3a0c883b230505e04d5f4f6e8
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.4.0
CurrentVersionCode: 12
CurrentVersion: 1.4.1
CurrentVersionCode: 13