mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
Update FoodYou to 3.3.3 (111)
This commit is contained in:
parent
5c46ded2d4
commit
dd469174c0
1 changed files with 18 additions and 2 deletions
|
|
@ -482,10 +482,26 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 3.3.3
|
||||
versionCode: 111
|
||||
commit: fc10f591e5675b5f0cd31fd717c31746d78ad809
|
||||
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.1
|
||||
CurrentVersionCode: 109
|
||||
CurrentVersion: 3.3.3
|
||||
CurrentVersionCode: 111
|
||||
|
|
|
|||
Loading…
Reference in a new issue