mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +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
|
@ -5,10 +5,10 @@ otherwise carefully considered for deployment. The API may change even
|
|||
between patch versions."""
|
||||
|
||||
dependencies {
|
||||
compile project(':smack-core')
|
||||
compile project(':smack-extensions')
|
||||
api project(':smack-core')
|
||||
api project(':smack-extensions')
|
||||
|
||||
compile "org.hsluv:hsluv:0.2"
|
||||
implementation "org.hsluv:hsluv:0.2"
|
||||
|
||||
testFixturesApi(testFixtures(project(":smack-extensions")))
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue