mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-04 13:16:52 +00:00
Update FoodYou to 3.4.0 (114)
This commit is contained in:
parent
ab2df6210a
commit
da667a3cc7
1 changed files with 18 additions and 2 deletions
|
|
@ -530,10 +530,26 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 3.4.0
|
||||
versionCode: 114
|
||||
commit: 20ff1f0f1629231ddff9dba15ff905ce9e4b38d6
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
- export CPUS_MAX=4
|
||||
- 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: cd74b0aedd8ead8184063a65909d639a8c885cf6465829690a9be83a8904bdea
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
UpdateCheckData: gradle/libs.versions.toml|android-versionCode\s=\s\"(\d+)\"|.|version-name\s=\s\"([\d.]+)\"
|
||||
CurrentVersion: 3.3.5
|
||||
CurrentVersionCode: 113
|
||||
CurrentVersion: 3.4.0
|
||||
CurrentVersionCode: 114
|
||||
|
|
|
|||
Loading…
Reference in a new issue