mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Update FoodYou to 3.2.2 (107)
This commit is contained in:
parent
0764b143a5
commit
bb2128793b
1 changed files with 18 additions and 2 deletions
|
|
@ -450,10 +450,26 @@ Builds:
|
|||
- build-logic
|
||||
- FoodYouCore/build-logic
|
||||
|
||||
- versionName: 3.2.2
|
||||
versionCode: 107
|
||||
commit: 3360aa8dbe3e4598fbfb2d3a229d02cc1c43489b
|
||||
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.2.1
|
||||
CurrentVersionCode: 106
|
||||
CurrentVersion: 3.2.2
|
||||
CurrentVersionCode: 107
|
||||
|
|
|
|||
Loading…
Reference in a new issue