summaryrefslogtreecommitdiff
path: root/ui/common/build.gradle
blob: bacb9f84c753c7f06b3149cc56ffd283e7299651 (plain)
1
2
3
4
5
6
7
8
9
plugins {
    id("com.android.library")
}
apply from: "../../common.gradle"

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