Change package name of pgpainless dep

This commit is contained in:
Paul Schaub 2018-06-28 18:27:49 +02:00
parent e7c2181516
commit 7a4b65cf72
1 changed files with 1 additions and 1 deletions

View File

@ -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")