1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-13 15:14:54 +02:00
Smack/smack-compression-jzlib/build.gradle
2014-10-09 19:53:53 +02:00

9 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'
}