mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Don't use gradle 'configurations' in smack-core
Fixes SMACK-587
This commit is contained in:
parent
ade6d528e8
commit
328b733f7e
5 changed files with 4 additions and 32 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', configuration: 'dns')
|
||||
compile project(path: ':smack-core')
|
||||
compile 'de.measite.minidns:minidns:0.1.1'
|
||||
compile "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue