aboutsummaryrefslogtreecommitdiff
path: root/about/build.gradle
blob: bb51f9f59399c5c9d4c1d808fb23e194aeb22994 (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 project(':adapter')

    compile("com.mikepenz:aboutlibraries:${ABOUT_LIBRARIES}@aar") {
        transitive = true
    }
}

apply from: '../artifacts.gradle'