aboutsummaryrefslogtreecommitdiff
path: root/mediapicker/build.gradle
blob: eff6a77cb391bef8e752e74c4a69e9540b3d4bc3 (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 {
    implementation project(':core-ui')
    implementation project(':adapter')

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

apply from: '../artifacts.gradle'