mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update org.fossify.gallery to 1.5.1 (16)
This commit is contained in:
parent
79d4e1a99d
commit
2349455097
1 changed files with 16 additions and 2 deletions
|
|
@ -128,10 +128,24 @@ Builds:
|
|||
output: build/outputs/apk/foss/release/gallery-*-foss-release-unsigned.apk
|
||||
ndk: r26b
|
||||
|
||||
- versionName: 1.5.1
|
||||
versionCode: 16
|
||||
commit: ebccddd27cf77b948d3e5f22e0c9a55033fe7ac6
|
||||
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.2
|
||||
CurrentVersionCode: 14
|
||||
CurrentVersion: 1.5.1
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue