mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-06 22:26:57 +00:00
Youamp: 2.0.2
This commit is contained in:
parent
5589ec317c
commit
04836dd58e
1 changed files with 21 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue