mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Code cleanup
This commit is contained in:
parent
0b92e85c4e
commit
e462d193e0
3 changed files with 4 additions and 13 deletions
|
|
@ -30,11 +30,6 @@ android {
|
|||
buildFeatures {
|
||||
viewBinding = true
|
||||
}
|
||||
|
||||
packagingOptions {
|
||||
exclude 'META-INF/NOTICE.md'
|
||||
exclude 'META-INF/LICENSE.md'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
@ -43,9 +38,6 @@ dependencies {
|
|||
// Jellyfin
|
||||
implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.7'
|
||||
|
||||
// Subsonic
|
||||
implementation 'net.beardbot:subsonic-client:0.2.0'
|
||||
|
||||
// Kotlin
|
||||
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.5.10'
|
||||
|
||||
|
|
@ -98,5 +90,5 @@ dependencies {
|
|||
// debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
|
||||
|
||||
// Red screen of death
|
||||
debugImplementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
|
||||
// debugImplementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue