mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
8 lines
187 B
Groovy
8 lines
187 B
Groovy
description = """\
|
|
Compression with jzlib
|
|
Allow to compress the XMPP stream with help of jzlib."""
|
|
|
|
dependencies {
|
|
compile project(':smack-core')
|
|
compile 'com.jcraft:jzlib:[1.1,1.2)'
|
|
}
|