diff options
Diffstat (limited to 'colorpicker/build.gradle')
-rw-r--r-- | colorpicker/build.gradle | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/colorpicker/build.gradle b/colorpicker/build.gradle index 5972ea3..c522e9f 100644 --- a/colorpicker/build.gradle +++ b/colorpicker/build.gradle @@ -1,20 +1,12 @@ -apply from: '../android.gradle' +apply from: '../android-lib.gradle' android { resourcePrefix "kau_color_" } 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.afollestad.material-dialogs:commons:${MATERIAL_DIALOG}" } |