mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update Fitness Calendar to 2024.12.1 (9)
This commit is contained in:
parent
2b5f8ffed9
commit
8b70dd2c08
1 changed files with 14 additions and 2 deletions
|
|
@ -39,10 +39,22 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 2024.12.1
|
||||
versionCode: 9
|
||||
commit: 1a779c4cc67bb3a59ba159c4e329108b00293047
|
||||
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: 2024.11.1
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: 2024.12.1
|
||||
CurrentVersionCode: 9
|
||||
|
|
|
|||
Loading…
Reference in a new issue