From bcd5dc61d125abdf5dc61ca74a7cb2542c0cf15a Mon Sep 17 00:00:00 2001 From: Art O Cathain Date: Sun, 5 Apr 2015 06:51:30 +0100 Subject: [PATCH] Use released versions --- k9mail/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k9mail/build.gradle b/k9mail/build.gradle index 4d56f3e76..532d83f3d 100644 --- a/k9mail/build.gradle +++ b/k9mail/build.gradle @@ -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' }