summaryrefslogtreecommitdiff
path: root/ui/app-start-intent/build.gradle
blob: 2f6d821b156edb5c83481796ca1408bc91d163a3 (plain)
1
2
3
4
5
6
apply plugin: "com.android.library"
apply from: "../../common.gradle"

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