1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-23 03:54:54 +02:00

Fix failing JUnit test by bumping PGPainless to 0.0.1-alpha4

This commit is contained in:
Paul Schaub 2018-08-30 13:30:05 +02:00
parent e91a8336f6
commit 512a2375be
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

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