mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19:39 +02:00
gradle: Use project(':foo') intead of project(path: ':foo') when possible
This commit is contained in:
parent
5b23b9a6ae
commit
ac77c969ac
6 changed files with 6 additions and 6 deletions
|
@ -3,6 +3,6 @@ Compression with jzlib
|
|||
Allow to compress the XMPP stream with help of jzlib."""
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':smack-core')
|
||||
compile project(':smack-core')
|
||||
compile 'com.jcraft:jzlib:[1.1,1.2)'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue