mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-19 03:40:35 +01:00
Fix lint error by excluding support library from picasso dependency.
Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
parent
6f6e2470d8
commit
c23420a83a
@ -25,7 +25,9 @@ dependencies {
|
||||
api project(':domain')
|
||||
api project(':subsonic-api')
|
||||
api other.kotlinStdlib
|
||||
api other.picasso
|
||||
api(other.picasso) {
|
||||
exclude group: "com.android.support"
|
||||
}
|
||||
|
||||
testImplementation testing.junit
|
||||
testImplementation testing.kotlinJunit
|
||||
|
Loading…
Reference in New Issue
Block a user