mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-16 01:10:36 +03: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…
x
Reference in New Issue
Block a user