aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/build.gradle
blob: 14c07ac2af250b3ddc05f2a03554a942218048d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apply from: '../android-lib.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'