mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +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
|
@ -3,6 +3,6 @@ DNS SRV with dnsjava
|
|||
Use dnsjava for DNS SRV lookups."""
|
||||
|
||||
dependencies {
|
||||
compile project(':smack-core')
|
||||
compile 'dnsjava:dnsjava:[3.0.0,3.0.9999]'
|
||||
api project(':smack-core')
|
||||
implementation 'dnsjava:dnsjava:[3.0.0,3.0.9999]'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue