summaryrefslogtreecommitdiff
path: root/ui/i18n/build.gradle
blob: 4f537066299bfa4b8d297513c3431cb132e27705 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
plugins {
    id("com.android.library")
}
apply from: "../../common.gradle"

android {
    lint {
        disable "Typos", "ExtraTranslation", "ImpliedQuantity",
                "PluralsCandidate", "UnusedQuantity", "TypographyEllipsis"
    }
}

dependencies {
    annotationProcessor "androidx.annotation:annotation:$annotationVersion"
}