Update to latest smack-openpgp

This commit is contained in:
Paul Schaub 2018-07-19 18:51:22 +02:00
parent 3cd327471a
commit 73c3aca1e8
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
5 changed files with 900 additions and 173 deletions

View file

@ -14,7 +14,7 @@ repositories {
}
ext {
smackVersion="4.4.0-alpha1-SNAPSHOT"
smackVersion="4.4.0-alpha2-SNAPSHOT"
}
dependencies {
@ -23,6 +23,5 @@ dependencies {
compile "org.igniterealtime.smack:smack-resolver-dnsjava:$smackVersion"
compile "org.igniterealtime.smack:smack-tcp:$smackVersion"
compile "org.igniterealtime.smack:smack-openpgp:$smackVersion"
compile "org.igniterealtime.smack:smack-openpgp-bouncycastle:$smackVersion"
compile "org.igniterealtime.smack:smack-experimental:$smackVersion"
}