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
|
@ -3,11 +3,11 @@ Smack API for XEP-0384: OMEMO Encryption using libsignal
|
|||
"""
|
||||
|
||||
dependencies {
|
||||
compile project(":smack-im")
|
||||
compile project(":smack-extensions")
|
||||
compile project(":smack-omemo")
|
||||
compile 'org.whispersystems:signal-protocol-java:2.6.2'
|
||||
api project(":smack-im")
|
||||
api project(":smack-extensions")
|
||||
api project(":smack-omemo")
|
||||
implementation 'org.whispersystems:signal-protocol-java:2.6.2'
|
||||
|
||||
testFixturesApi(testFixtures(project(":smack-core")))
|
||||
testCompile project(path: ":smack-omemo", configuration: "testRuntime")
|
||||
testImplementation project(path: ":smack-omemo", configuration: "testRuntime")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue