mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
jellyfin - update, enable aum
This commit is contained in:
parent
ac75142456
commit
260ab2dd85
1 changed files with 5 additions and 6 deletions
|
|
@ -18,14 +18,13 @@ Repo: https://github.com/jellyfin/jellyfin-androidtv
|
|||
Binaries: https://repo.jellyfin.org/releases/client/androidtv/versions/v%v/jellyfin-androidtv-v%v-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.14.3
|
||||
versionCode: 140399
|
||||
disable: https://github.com/jellyfin/jellyfin-androidtv/issues/1639
|
||||
commit: v0.14.3
|
||||
- versionName: 0.15.5
|
||||
versionCode: 150599
|
||||
commit: v0.15.5
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
|
@ -34,7 +33,7 @@ Builds:
|
|||
- echo 'rootProject.name="jellyfin-androidtv"' >> ../settings.gradle.kts
|
||||
- echo 'jellyfin.version=$$VERSION$$' >> ../gradle.properties
|
||||
|
||||
AutoUpdateMode: None
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckIgnore: (beta|rc)
|
||||
UpdateCheckData: https://repo.jellyfin.org/releases/client/androidtv/version.txt|^v.*?=(\d+)|.|^v(.*?)=\d+
|
||||
|
|
|
|||
Loading…
Reference in a new issue