mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Fitness Calendar to 2025.02.1 (11)
This commit is contained in:
parent
8084ccf394
commit
b80cf170bd
1 changed files with 14 additions and 2 deletions
|
|
@ -63,10 +63,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2025.02.1
|
||||
versionCode: 11
|
||||
commit: 155083ae44afc2d4f12e65cd2f76d692d0e386e4
|
||||
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.01.1
|
||||
CurrentVersionCode: 10
|
||||
CurrentVersion: 2025.02.1
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue