Upgrade jellyfin sdk to 1.3.4
jellyfin 1.3.3 -> 1.3.4
This commit is contained in:
parent
5eb101323b
commit
5bdcd0c56a
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ dependencies {
|
|||
implementation("androidx.preference:preference-ktx:$preferenceVersion")
|
||||
|
||||
// Jellyfin
|
||||
val jellyfinVersion = "1.3.3"
|
||||
val jellyfinVersion = "1.3.4"
|
||||
implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion")
|
||||
|
||||
// Glide
|
||||
|
|
Loading…
Reference in a new issue