diff --git a/app/build.gradle b/app/build.gradle index 8d5b5446..124de48e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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'