mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Use Greenmail 1.4.1 release instead of (now removed) snapshot
This commit is contained in:
parent
3e833580ac
commit
ce86e773e0
@ -5,9 +5,6 @@ apply from: '../gradle/plugins/findbugs-android.gradle'
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven {
|
|
||||||
url "https://oss.sonatype.org/content/repositories/snapshots/"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
@ -24,7 +21,7 @@ dependencies {
|
|||||||
|
|
||||||
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
|
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
|
||||||
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
|
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'
|
exclude group: 'junit'
|
||||||
}
|
}
|
||||||
androidTestCompile 'com.madgag.spongycastle:pg:1.51.0.0'
|
androidTestCompile 'com.madgag.spongycastle:pg:1.51.0.0'
|
||||||
|
Loading…
Reference in New Issue
Block a user