mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Added net.beardbot:subsonic-client in build.gradle
This commit is contained in:
parent
e676c84018
commit
0b92e85c4e
1 changed files with 8 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue