mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-26 16:54:09 +00:00
Update Fitness Calendar to 2025.01.1 (10)
This commit is contained in:
parent
c29d67a58a
commit
7c362d8c59
1 changed files with 14 additions and 2 deletions
|
|
@ -51,10 +51,22 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 2025.01.1
|
||||||
|
versionCode: 10
|
||||||
|
commit: 038dfccfe9598316cc7e8b0ff2259c193cbc5aa0
|
||||||
|
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
|
AllowedAPKSigningKeys: 2e5efe79551b2205bd95b1348114776fb44ef37b402012e446b759935a425fa8
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags v.*
|
UpdateCheckMode: Tags v.*
|
||||||
UpdateCheckData: app/version.properties|versionCode=(\d+)|.|versionName=(.+)
|
UpdateCheckData: app/version.properties|versionCode=(\d+)|.|versionName=(.+)
|
||||||
CurrentVersion: 2024.12.1
|
CurrentVersion: 2025.01.1
|
||||||
CurrentVersionCode: 9
|
CurrentVersionCode: 10
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue