1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-07 11:48:07 -05:00

Use released versions

This commit is contained in:
Art O Cathain 2015-04-05 06:51:30 +01:00
parent b9071ccf4d
commit bcd5dc61d1

View File

@ -34,8 +34,8 @@ dependencies {
}
// Forked version of javax.mail required to run Greenmail on Android
androidTestCompile 'eu.ocathain.com.sun.mail:javax.mail:1.5.3-SNAPSHOT'
androidTestCompile 'eu.ocathain.javax.activation:activation:1.1.1-SNAPSHOT'
androidTestCompile 'eu.ocathain.com.sun.mail:javax.mail:1.5.3'
androidTestCompile 'eu.ocathain.javax.activation:activation:1.1.1'
androidTestCompile 'com.madgag.spongycastle:pg:1.51.0.0'
}