aboutsummaryrefslogtreecommitdiff
path: root/imagepicker/build.gradle
blob: a31fac01252134c4302c9c09b8c1819d999f1998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ext.kauSubModuleMinSdk = project.CORE_MIN_SDK

apply from: '../android-lib.gradle'

dependencies {

    compile project(':adapter')

    compile "com.github.bumptech.glide:glide:${GLIDE}"
    kapt "com.github.bumptech.glide:compiler:${GLIDE}"
    compile "jp.wasabeef:blurry:${BLURRY}"
}

apply from: '../artifacts.gradle'