mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +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
|
@ -4,7 +4,7 @@ Use minidns for DNS SRV lookups. For platforms that don't provide the
|
|||
javax.naming API (e.g. Android)."""
|
||||
|
||||
dependencies {
|
||||
compile project(path: ':smack-core')
|
||||
compile project(':smack-core')
|
||||
compile "org.minidns:minidns-hla:$miniDnsVersion"
|
||||
compile "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue