mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update SD Maid to 1.2.5-rc0 (10205000)
This commit is contained in:
parent
391dbe956f
commit
eb7ebb9714
1 changed files with 17 additions and 2 deletions
|
|
@ -85,10 +85,25 @@ Builds:
|
|||
- crowdin-cli.jar
|
||||
- tooling/testdata-generator/dirt-sources.zip
|
||||
|
||||
- versionName: 1.2.5-rc0
|
||||
versionCode: 10205000
|
||||
commit: 81e75e4ede1c76c3e35944be4f75397b08759015
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=1
|
||||
- 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
|
||||
rm:
|
||||
- crowdin-cli.jar
|
||||
- tooling/testdata-generator/dirt-sources.zip
|
||||
|
||||
AllowedAPKSigningKeys: f490032be5383f55900495fa7fc207ece2e786a5c2c6cc52027b99548a9ce938
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]*(|-rc[0-9])$
|
||||
UpdateCheckData: VERSION|.* (\d+)|.|(.*) \d+
|
||||
CurrentVersion: 1.2.4-rc0
|
||||
CurrentVersionCode: 10204000
|
||||
CurrentVersion: 1.2.5-rc0
|
||||
CurrentVersionCode: 10205000
|
||||
|
|
|
|||
Loading…
Reference in a new issue