ultrasonic-app-subsonic-and.../core/subsonic-api-image-loader/build.gradle

23 lines
520 B
Groovy

apply from: bootstrap.androidModule
android {
buildFeatures {
buildConfig = true
}
}
dependencies {
api project(':core:domain')
api project(':core:subsonic-api')
api(other.picasso) {
exclude group: "com.android.support"
}
testImplementation testing.kotlinJunit
testImplementation testing.mockito
testImplementation testing.mockitoInline
testImplementation testing.mockitoKotlin
testImplementation testing.kluent
testImplementation testing.robolectric
}