From c79256684d08bf49c229ce42ec33b11624ad4aa7 Mon Sep 17 00:00:00 2001 From: Jan Berkel Date: Wed, 14 Jan 2015 04:29:09 +0100 Subject: [PATCH] simplify gradle config --- k9mail/build.gradle | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/k9mail/build.gradle b/k9mail/build.gradle index bc8198a57..ac4fe6ddb 100644 --- a/k9mail/build.gradle +++ b/k9mail/build.gradle @@ -23,17 +23,10 @@ dependencies { androidTestCompile 'com.android.support.test:testing-support-lib:0.1' androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0' - - androidTestCompile("com.icegreen:greenmail:1.4.1-SNAPSHOT") { - // Use a better, later version - exclude group: "com.sun.mail" - exclude group: "junit" + androidTestCompile('com.icegreen:greenmail:1.4.1-SNAPSHOT') { + exclude group: 'junit' } - - // this version avoids some "Ignoring InnerClasses attribute for an anonymous inner class" warnings - androidTestCompile "javax.mail:javax.mail-api:1.5.2" - - androidTestCompile "com.madgag.spongycastle:pg:1.51.0.0" + androidTestCompile 'com.madgag.spongycastle:pg:1.51.0.0' } android {