mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 15:16:52 +00:00
Update Jellyfin to 0.18.11 (181199)
This commit is contained in:
parent
2a811f154f
commit
f67bdecdc3
1 changed files with 18 additions and 2 deletions
|
|
@ -537,11 +537,27 @@ Builds:
|
|||
- echo 'rootProject.name="jellyfin-androidtv"' >> ../settings.gradle.kts
|
||||
- echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
|
||||
|
||||
- versionName: 0.18.11
|
||||
versionCode: 181199
|
||||
commit: v0.18.11
|
||||
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
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- sed -i -e 's/s01.oss.sonatype.org.*"/maven.google.com"/' ../settings.gradle.kts
|
||||
- echo 'rootProject.name="jellyfin-androidtv"' >> ../settings.gradle.kts
|
||||
- echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
|
||||
|
||||
AllowedAPKSigningKeys: d881796ed2a67ff6ef9f676828723c6b1fa18e09388962cba4abc4a594a69131
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckIgnore: (beta|rc)
|
||||
UpdateCheckData: https://repo.jellyfin.org/releases/client/androidtv/version.txt|^v.*?=(\d+)|.|^v(.*?)=\d+
|
||||
CurrentVersion: 0.18.10
|
||||
CurrentVersionCode: 181099
|
||||
CurrentVersion: 0.18.11
|
||||
CurrentVersionCode: 181199
|
||||
|
|
|
|||
Loading…
Reference in a new issue