aboutsummaryrefslogtreecommitdiff
path: root/mediapicker/build.gradle
blob: aff10c4e16bd084adf8afd340ce0d18de33a3711 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
plugins {
    id 'com.gladed.androidgitversion' version '0.4.3'
}
ext.kauSubModuleMinSdk = project.CORE_MIN_SDK

apply from: '../android-lib.gradle'
apply plugin: 'kotlin-kapt'

dependencies {
    implementation project(':core-ui')
    implementation project(':adapter')

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

apply from: '../artifacts.gradle'