From 2bf5e9efde28cce8186b2cdf75d8fafb6c9125ad Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Sun, 9 Jul 2017 00:46:24 -0700 Subject: Clean up and optimize --- kpref-activity/build.gradle | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'kpref-activity/build.gradle') diff --git a/kpref-activity/build.gradle b/kpref-activity/build.gradle index dac2b69..80be774 100644 --- a/kpref-activity/build.gradle +++ b/kpref-activity/build.gradle @@ -1,23 +1,15 @@ -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 project(':colorpicker') - compile "org.jetbrains.kotlin:kotlin-stdlib:${KOTLIN}" - testCompile "org.jetbrains.kotlin:kotlin-test-junit:${KOTLIN}" - } apply from: '../artifacts.gradle' -- cgit v1.2.3