mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
[gradle] Do not use deprecated 'compile' directive
This commit is contained in:
parent
6b3e41d591
commit
fbddd074bc
26 changed files with 60 additions and 60 deletions
|
@ -6,10 +6,10 @@ ext {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':smack-xmlparser')
|
||||
compile "org.jxmpp:jxmpp-core:$jxmppVersion"
|
||||
compile "org.jxmpp:jxmpp-jid:$jxmppVersion"
|
||||
compile "org.minidns:minidns-core:$miniDnsVersion"
|
||||
api project(':smack-xmlparser')
|
||||
api "org.jxmpp:jxmpp-core:$jxmppVersion"
|
||||
api "org.jxmpp:jxmpp-jid:$jxmppVersion"
|
||||
api "org.minidns:minidns-core:$miniDnsVersion"
|
||||
|
||||
testFixturesImplementation project(':smack-xmlparser-stax')
|
||||
testFixturesImplementation project(':smack-xmlparser-xpp3')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue