mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
328b733f7e
Fixes SMACK-587
8 lines
189 B
Groovy
8 lines
189 B
Groovy
description = """\
|
|
Compression with jzlib
|
|
Allow to compress the XMPP stream with help of jzlib."""
|
|
|
|
dependencies {
|
|
compile project(path: ':smack-core')
|
|
compile 'com.jcraft:jzlib:1.1.3'
|
|
}
|