mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 09:09:38 +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
|
@ -4,6 +4,6 @@ Inspect the exchanged XMPP stanzas.
|
|||
Connect your favourite slf4j backend of choice to get output inside of it"""
|
||||
|
||||
dependencies {
|
||||
compile project(':smack-core')
|
||||
compile 'org.slf4j:slf4j-api:[1.7,1.8)'
|
||||
api project(':smack-core')
|
||||
implementation 'org.slf4j:slf4j-api:[1.7,1.8)'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue