diff options
Diffstat (limited to 'searchbar/build.gradle')
-rw-r--r-- | searchbar/build.gradle | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/searchbar/build.gradle b/searchbar/build.gradle index 78054b3..694e5a5 100644 --- a/searchbar/build.gradle +++ b/searchbar/build.gradle @@ -1,22 +1,14 @@ -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-ui') compile project(':adapter') - compile "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN}" - testCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}" - } apply from: '../artifacts.gradle' |