mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
Update org.fossify.filemanager to 1.2.3 (7)
This commit is contained in:
parent
ceedd02144
commit
eecf0aa3f3
1 changed files with 14 additions and 2 deletions
|
|
@ -72,10 +72,22 @@ Builds:
|
|||
gradle:
|
||||
- foss
|
||||
|
||||
- versionName: 1.2.3
|
||||
versionCode: 7
|
||||
commit: 7a5f797a2aa8b9f9f2c037627190c7f93515f025
|
||||
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:
|
||||
- foss
|
||||
|
||||
AllowedAPKSigningKeys: affdb124d3f4720c2f98dbca9eacba0514fba4306e20a2786c861c3c0d6ff292
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: gradle.properties|VERSION_CODE=(\d+)|.|VERSION_NAME=(.*)
|
||||
CurrentVersion: 1.2.2
|
||||
CurrentVersionCode: 6
|
||||
CurrentVersion: 1.2.3
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
Loading…
Reference in a new issue