mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
Added net.beardbot:subsonic-client in build.gradle
This commit is contained in:
@@ -30,6 +30,11 @@ android {
|
||||
buildFeatures {
|
||||
viewBinding = true
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/NOTICE.md'
|
||||
exclude 'META-INF/LICENSE.md'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -37,7 +42,9 @@ dependencies {
|
||||
|
||||
// Jellyfin
|
||||
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.7'
|
||||
// implementation "org.jellyfin.sdk:jellyfin-platform-android:1.0.0-beta.3"
|
||||
|
||||
// Subsonic
|
||||
implementation 'net.beardbot:subsonic-client:0.2.0'
|
||||
|
||||
// Kotlin
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.5.10'
|
||||
|
||||
Reference in New Issue
Block a user