mirror of https://github.com/M66B/FairEmail.git
JavaMail snapshot 1.6.5
Refs eclipse-ee4j/mail#399 Refs eclipse-ee4j/mail#400 @bshannon thanks!
This commit is contained in:
parent
e9521e20a1
commit
c1c3f25029
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue