mirror of
https://github.com/ultrasonic/ultrasonic
synced 2025-01-31 17:34:48 +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(':domain')
|
||||||
api project(':subsonic-api')
|
api project(':subsonic-api')
|
||||||
api other.kotlinStdlib
|
api other.kotlinStdlib
|
||||||
api other.picasso
|
api(other.picasso) {
|
||||||
|
exclude group: "com.android.support"
|
||||||
|
}
|
||||||
|
|
||||||
testImplementation testing.junit
|
testImplementation testing.junit
|
||||||
testImplementation testing.kotlinJunit
|
testImplementation testing.kotlinJunit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user