summaryrefslogtreecommitdiff
path: root/core/android/common/build.gradle.kts
blob: 4e5791ad38a567b8d1cd34ef59c6835785bb6cbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
plugins {
    id(ThunderbirdPlugins.Library.android)
}

android {
    namespace = "app.k9mail.core.android.common"
}

dependencies {
    api(projects.core.common)
    testImplementation(projects.core.testing)
    testImplementation(libs.robolectric)
}