aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/build.gradle
blob: d63f5fd50a9a58a6a26408b4899d73be37cc9005 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}"
    compile "jp.wasabeef:blurry:${BLURRY}"
}

apply from: '../artifacts.gradle'