aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/build.gradle
blob: b98b736d94e18b27b569597991d5258cbdc2b840 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apply from: '../android.gradle'

android {
    resourcePrefix "kau_"
}

dependencies {
    compile project(':core-ui')
    compile "com.github.bumptech.glide:glide:${GLIDE}"
    kapt "com.github.bumptech.glide:compiler:${GLIDE}"
}

apply from: '../artifacts.gradle'