From c1c3f250297a57940868d33a1580a48470e71182 Mon Sep 17 00:00:00 2001 From: M66B Date: Thu, 17 Oct 2019 17:09:12 +0200 Subject: [PATCH] JavaMail snapshot 1.6.5 Refs eclipse-ee4j/mail#399 Refs eclipse-ee4j/mail#400 @bshannon thanks! --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d661f8220a..a3e24a24c1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -154,6 +154,7 @@ repositories { jcenter() maven { url "https://repo1.maven.org/maven2/" } maven { url "https://jitpack.io" } + maven { url "https://oss.sonatype.org/content/repositories/snapshots"} } configurations.all { @@ -190,7 +191,7 @@ dependencies { def exif_version = "1.1.0-rc01" def biometric_version = "1.0.0-rc01" def billingclient_version = "2.0.3" - def javamail_version = "1.6.4" + def javamail_version = "1.6.5-SNAPSHOT" def jsoup_version = "1.12.1" def dnsjava_version = "2.1.9" def openpgp_version = "12.0"