Update org.fossify.gallery to 1.8.1 (21)

This commit is contained in:
checkupdates bot 2025-11-05 04:05:39 +00:00 committed by Licaon_Kter
parent 2b6b4588b0
commit f2330e63df

View file

@ -198,10 +198,24 @@ Builds:
output: build/outputs/apk/foss/release/gallery-*-foss-release-unsigned.apk
ndk: r26b
- versionName: 1.8.1
versionCode: 21
commit: f79ebb3805bbb92baf30a8f533f36612201ab49e
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.8.0
CurrentVersionCode: 20
CurrentVersion: 1.8.1
CurrentVersionCode: 21