mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 14:55:58 +01:00
9 lines
213 B
Groovy
9 lines
213 B
Groovy
|
description = """\
|
||
|
Compression with jzlib
|
||
|
Allow to compress the XMPP stream with help of jzlib."""
|
||
|
|
||
|
dependencies {
|
||
|
compile project(path: ':core', configuration: 'compression')
|
||
|
compile 'com.jcraft:jzlib:1.1.3'
|
||
|
}
|