mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
Don't use gradle 'configurations' in smack-core
Fixes SMACK-587
This commit is contained in:
parent
ade6d528e8
commit
328b733f7e
5 changed files with 4 additions and 32 deletions
|
@ -3,6 +3,6 @@ Compression with jzlib
|
|||
Allow to compress the XMPP stream with help of jzlib."""
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':smack-core', configuration: 'compression')
|
||||
compile project(path: ':smack-core')
|
||||
compile 'com.jcraft:jzlib:1.1.3'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue