mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 17:19: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
|
@ -4,8 +4,8 @@ Usually XEPs in the state 'retracted', 'rejected', 'deprecated',
|
|||
'obsolete' or in a long standing 'deferred' state."""
|
||||
|
||||
dependencies {
|
||||
compile project(':smack-core')
|
||||
compile project(':smack-extensions')
|
||||
api project(':smack-core')
|
||||
api project(':smack-extensions')
|
||||
|
||||
testFixturesApi(testFixtures(project(":smack-core")))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue