mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-02 06:45:59 +01:00
2856b8ace6
Mathematical range syntax was introduced with
31c53f094c
, but unforutantely brackets
and parentheses where reversed.
8 lines
193 B
Groovy
8 lines
193 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,1.2)'
|
|
}
|