From 7a4b65cf720787be4a4338e77e8ab2b5d78643f5 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Thu, 28 Jun 2018 18:27:49 +0200 Subject: [PATCH] Change package name of pgpainless dep --- smack-openpgp-bouncycastle/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smack-openpgp-bouncycastle/build.gradle b/smack-openpgp-bouncycastle/build.gradle index 1ff1b2110..c57c0bbcc 100644 --- a/smack-openpgp-bouncycastle/build.gradle +++ b/smack-openpgp-bouncycastle/build.gradle @@ -6,7 +6,7 @@ Smack API for OpenPGP using Bouncycastle.""" dependencies { compile project(':smack-core') compile project(':smack-openpgp') - compile 'de.vanitasvitae.crypto:pgpainless:0.1-SNAPSHOT' + compile 'org.pgpainless:pgpainless:0.1-SNAPSHOT' testCompile project(path: ":smack-core", configuration: "testRuntime") testCompile project(path: ":smack-core", configuration: "archives") testCompile project(path: ":smack-openpgp", configuration: "testRuntime")