Skip to content

Commit

Permalink
Update jellyfin-sdk-kotlin to 1.0.1 (#467)
Browse files Browse the repository at this point in the history
Fixes an issue with special characters in device names
  • Loading branch information
nielsvanvelzen authored Jul 13, 2021
1 parent c530206 commit b7d6a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependencies {
const val room = "2.3.0"

// Network
const val jellyfinSdk = "1.0.0"
const val jellyfinSdk = "1.0.1"
const val jellyfinSdkLocal = "latest-SNAPSHOT"
const val jellyfinSdkSnapshot = "master-SNAPSHOT"
const val jellyfinSdkSnapshotUnstable = "openapi-unstable-SNAPSHOT"
Expand Down

0 comments on commit b7d6a64

Please sign in to comment.