thunderbird-android/backend/webdav/build.gradle
2022-12-07 19:04:23 +01:00

12 lines
351 B
Groovy

apply plugin: 'java-library'
apply plugin: 'kotlin'
apply plugin: 'com.android.lint'
dependencies {
api project(":backend:api")
api project(":mail:protocols:webdav")
testImplementation project(":mail:testing")
testImplementation "junit:junit:${versions.junit}"
testImplementation "org.mockito:mockito-core:${versions.mockito}"
}