Youamp: 2.0.2

This commit is contained in:
linsui 2025-10-27 14:52:12 +08:00
parent 5589ec317c
commit 04836dd58e

View file

@ -192,9 +192,28 @@ Builds:
- yes
binary: https://github.com/siper/YouAMP/releases/download/v%v/composeApp-release.apk
- versionName: 2.0.2
versionCode: 30
commit: 0acb650bce47101c5d4f4e50efc2975aaec1a5dc
subdir: androidApp
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
binary: https://github.com/siper/Youamp/releases/download/v%v/Youamp-%v-release.apk
AllowedAPKSigningKeys: aa6cb05a347362db4ef2a5e7b770845039a758d0f0c991ad8a1b9a0aa0414c42
AutoUpdateMode: Version
UpdateCheckMode: Tags
CurrentVersion: 2.0.0-beta06
CurrentVersionCode: 23
UpdateCheckData: buildSrc/src/main/kotlin/ru/stersh/youamp/AppBuildInfo.kt|VERSION_CODE
= (\d+)|.|VERSION_NAME = "(.+)"
CurrentVersion: 2.0.2
CurrentVersionCode: 30