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

dependencies {
    implementation project(':model')
    implementation "androidx.core:core:$coreVersion"

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