diff options
Diffstat (limited to 'adapter/build.gradle')
-rw-r--r-- | adapter/build.gradle | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/adapter/build.gradle b/adapter/build.gradle index 7894627..bdeee97 100644 --- a/adapter/build.gradle +++ b/adapter/build.gradle @@ -1,21 +1,13 @@ -apply from: '../android.gradle' +apply from: '../android-lib.gradle' android { resourcePrefix "kau_" } dependencies { - compile fileTree(dir: 'libs', include: ['*.jar']) - androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { - exclude group: 'com.android.support', module: 'support-annotations' - }) - testCompile 'junit:junit:4.12' compile project(':core') - compile "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN}" - testCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}" - compile "com.mikepenz:fastadapter:${FAST_ADAPTER}@aar" compile "com.mikepenz:fastadapter-commons:${FAST_ADAPTER_COMMONS}@aar" } |