mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update FoodYou to 3.3.4 (112)
This commit is contained in:
parent
4e1b2b56b3
commit
31997424b5
1 changed files with 18 additions and 2 deletions
|
|
@ -498,10 +498,26 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 3.3.4
|
||||
versionCode: 112
|
||||
commit: 283f4c0478eafac8f32e3aa758805cd716d62928
|
||||
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.3
|
||||
CurrentVersionCode: 111
|
||||
CurrentVersion: 3.3.4
|
||||
CurrentVersionCode: 112
|
||||
|
|
|
|||
Loading…
Reference in a new issue