From 60688b01465e8d9d30341a7f40b9e95296bdafdc Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 2 Aug 2018 19:35:38 +0200 Subject: [PATCH] Bump pgpainless to 0.0.1-alpha3 --- smack-openpgp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smack-openpgp/build.gradle b/smack-openpgp/build.gradle index 80f6b01ff..c0e1d9fe2 100644 --- a/smack-openpgp/build.gradle +++ b/smack-openpgp/build.gradle @@ -12,7 +12,7 @@ dependencies { compile project(':smack-extensions') compile project(':smack-experimental') - compile 'org.pgpainless:pgpainless-core:0.0.1-alpha2' + compile 'org.pgpainless:pgpainless-core:0.0.1-alpha3' testCompile project(path: ":smack-core", configuration: "testRuntime") testCompile project(path: ":smack-core", configuration: "archives")