1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-09-28 10:49:34 +02:00

Merge pull request #267 from vanitasvitae/bumpPGP

Fix failing JUnit test by bumping PGPainless to 0.0.1-alpha4
This commit is contained in:
Florian Schmaus 2018-08-30 14:36:11 +02:00 committed by GitHub
commit 9839ff034c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ dependencies {
compile project(':smack-extensions')
compile project(':smack-experimental')
compile 'org.pgpainless:pgpainless-core:0.0.1-alpha3'
compile 'org.pgpainless:pgpainless-core:0.0.1-alpha4'
testCompile project(path: ":smack-core", configuration: "testRuntime")
testCompile project(path: ":smack-core", configuration: "archives")