Update org.fossify.gallery to 1.4.0 (12)

This commit is contained in:
F-Droid checkupdates bot 2025-07-15 03:57:11 +00:00 committed by Licaon_Kter
parent c4297a0207
commit fd3e84f072

View file

@ -85,10 +85,24 @@ Builds:
output: build/outputs/apk/foss/release/gallery-*-foss-release-unsigned.apk
ndk: r26b
- versionName: 1.4.0
versionCode: 12
commit: 1776a7d74a10ec6133d8ce5b48fabf91afbc6acd
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.3.1
CurrentVersionCode: 11
CurrentVersion: 1.4.0
CurrentVersionCode: 12