Upgrade jellyfin sdk to 1.3.2
jellyfin 1.3.1 -> 1.3.2
This commit is contained in:
parent
8552f0c469
commit
ba584473dd
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.1"
|
||||
val jellyfinVersion = "1.3.2"
|
||||
implementation("org.jellyfin.sdk:jellyfin-core:$jellyfinVersion")
|
||||
|
||||
// Glide
|
||||
|
|
Loading…
Reference in a new issue