Upgrade jellyfin-sdk to 1.3.1
jellyfin 1.3.0 -> 1.3.1 Minimum Jellyfin server 10.8.0 -> 10.8.1
This commit is contained in:
parent
e6add5d47c
commit
f46010eba2
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ dependencies {
|
|||
implementation("androidx.preference:preference-ktx:$preferenceVersion")
|
||||
|
||||
// Jellyfin
|
||||
val jellyfinVersion = "1.3.0"
|
||||
val jellyfinVersion = "1.3.1"
|
||||
implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion")
|
||||
|
||||
// Glide
|
||||
|
|
Loading…
Reference in a new issue