1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-11 22:24:50 +02:00
Smack/smack-compression-jzlib/build.gradle

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