mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Update Youamp to 1.0.5 (17)
This commit is contained in:
parent
1e09abf01c
commit
7c3dcab2d1
1 changed files with 18 additions and 2 deletions
|
|
@ -110,9 +110,25 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.5
|
||||
versionCode: 17
|
||||
commit: 8788f950c24fd23ebdb3d9e006099b6c71cb2b3e
|
||||
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=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: aa6cb05a347362db4ef2a5e7b770845039a758d0f0c991ad8a1b9a0aa0414c42
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.4
|
||||
CurrentVersionCode: 16
|
||||
CurrentVersion: 1.0.5
|
||||
CurrentVersionCode: 17
|
||||
|
|
|
|||
Loading…
Reference in a new issue