summaryrefslogtreecommitdiff
path: root/ui/png-icons/build.gradle
blob: 651d04f2e5622cd9ff88613406734878bb43fef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply plugin: "com.android.library"
apply from: "../../common.gradle"

android {
    defaultConfig {
        vectorDrawables.useSupportLibrary false
        vectorDrawables.generatedDensities = null
    }
}

dependencies {
    annotationProcessor "androidx.annotation:annotation:$annotationVersion"
    implementation "androidx.appcompat:appcompat:$appcompatVersion"
}