summaryrefslogtreecommitdiff
path: root/aj/af/build.gradle
blob: 61b8c849d23837f63f7f30389074415608440c79 (plain)
1
2
3
4
5
6
7
8
9
10
apply plugin: 'com.android.library'
apply plugin: 'com.neenbedankt.android-apt'

dependencies {
    compile deps.support.annotations

    compile deps.other.utils

    testCompile project(':aj:ab')
}