Use Greenmail 1.4.1 release instead of (now removed) snapshot

This commit is contained in:
cketti 2015-04-30 10:10:54 +02:00
parent 3e833580ac
commit ce86e773e0
1 changed files with 1 additions and 4 deletions

View File

@ -5,9 +5,6 @@ apply from: '../gradle/plugins/findbugs-android.gradle'
repositories {
jcenter()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
dependencies {
@ -24,7 +21,7 @@ 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') {
androidTestCompile('com.icegreen:greenmail:1.4.1') {
exclude group: 'junit'
}
androidTestCompile 'com.madgag.spongycastle:pg:1.51.0.0'