simplify gradle config

This commit is contained in:
Jan Berkel 2015-01-14 04:29:09 +01:00
parent dfb025033d
commit c79256684d
1 changed files with 3 additions and 10 deletions

View File

@ -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 {