mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-08 20:11:08 +01:00
Fix decryption error
This commit is contained in:
parent
800955d5a8
commit
63e98cb4d6
4 changed files with 122 additions and 43 deletions
|
|
@ -6,7 +6,6 @@ Smack API for OpenPGP using Bouncycastle."""
|
|||
dependencies {
|
||||
compile project(':smack-core')
|
||||
compile project(':smack-openpgp')
|
||||
compile 'org.bouncycastle:bcpg-jdk15on:1.59'
|
||||
compile 'de.vanitasvitae.crypto:pgpainless:0.1-SNAPSHOT'
|
||||
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
||||
testCompile project(path: ":smack-core", configuration: "archives")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue