1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 14:44:49 +02:00
Smack/smack-compression-jzlib/build.gradle

9 lines
193 B
Groovy
Raw Normal View History

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