mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix failing JUnit test by bumping PGPainless to 0.0.1-alpha4
This commit is contained in:
parent
e91a8336f6
commit
512a2375be
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue