mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Fitness Calendar to 2025.07.2 (17)
This commit is contained in:
parent
81c4d276fe
commit
07555353dd
1 changed files with 14 additions and 2 deletions
|
|
@ -135,10 +135,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2025.07.2
|
||||
versionCode: 17
|
||||
commit: 67f4da6be83dd2d3978a108c34e9ee86c30556e9
|
||||
subdir: app
|
||||
sudo:
|
||||
- export CPUS_MAX=6
|
||||
- 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
|
||||
|
||||
AllowedAPKSigningKeys: 2e5efe79551b2205bd95b1348114776fb44ef37b402012e446b759935a425fa8
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags v.*
|
||||
UpdateCheckData: app/version.properties|versionCode=(\d+)|.|versionName=(.+)
|
||||
CurrentVersion: 2025.07.1
|
||||
CurrentVersionCode: 16
|
||||
CurrentVersion: 2025.07.2
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue