summaryrefslogtreecommitdiff
path: root/ui/common/build.gradle
blob: 5390b85d808f291c0ca1a55698f271e776664684 (plain)
1
2
3
4
5
6
7
apply plugin: "com.android.library"
apply from: "../../common.gradle"

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