mirror of
https://github.com/jellyfin/jellyfin-androidtv.git
synced 2025-05-17 03:16:09 +08:00
Remove org.jellyfin.apiclient dependency
This commit is contained in:

committed by
Niels van Velzen

parent
1ed6611b7d
commit
bc6336c376
@ -96,7 +96,6 @@ dependencies {
|
||||
implementation(projects.playback.media3.exoplayer)
|
||||
implementation(projects.playback.media3.session)
|
||||
implementation(projects.preference)
|
||||
implementation(libs.jellyfin.apiclient)
|
||||
implementation(libs.jellyfin.sdk) {
|
||||
// Change version if desired
|
||||
val sdkVersion = findProperty("sdk.version")?.toString()
|
||||
|
@ -28,7 +28,6 @@ coil = "3.1.0"
|
||||
detekt = "1.23.7"
|
||||
java-jdk = "21"
|
||||
jellyfin-androidx-media = "1.5.0+1"
|
||||
jellyfin-apiclient = "v0.7.10"
|
||||
jellyfin-sdk = "1.6.5"
|
||||
koin = "4.0.2"
|
||||
koin-compose = "4.0.2"
|
||||
@ -49,7 +48,6 @@ kotlin-compose = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "ko
|
||||
|
||||
[libraries]
|
||||
# Jellyfin
|
||||
jellyfin-apiclient = { module = "com.github.jellyfin.jellyfin-sdk-kotlin:android", version.ref = "jellyfin-apiclient" }
|
||||
jellyfin-sdk = { module = "org.jellyfin.sdk:jellyfin-core", version.ref = "jellyfin-sdk" }
|
||||
|
||||
# Kotlin
|
||||
|
@ -37,13 +37,5 @@ dependencyResolutionManagement {
|
||||
includeVersionByRegex("org.jellyfin.sdk", ".*", "openapi-unstable-SNAPSHOT")
|
||||
}
|
||||
}
|
||||
|
||||
// Jellyfin apiclient
|
||||
maven("https://jitpack.io") {
|
||||
content {
|
||||
// Only allow legacy apiclient
|
||||
includeVersionByRegex("com.github.jellyfin.jellyfin-sdk-kotlin", ".*", "v0.7.10")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user