2020-03-07 20:02:52 +01:00
|
|
|
description="""
|
|
|
|
Smack API for XEP-0384: OMEMO Encryption using libsignal
|
|
|
|
"""
|
2017-06-02 12:26:37 +02:00
|
|
|
|
|
|
|
dependencies {
|
2021-04-14 19:24:30 +02:00
|
|
|
api project(":smack-im")
|
|
|
|
api project(":smack-extensions")
|
|
|
|
api project(":smack-omemo")
|
2023-06-24 11:28:53 +02:00
|
|
|
implementation 'org.whispersystems:signal-protocol-java:2.8.1'
|
2017-06-02 12:26:37 +02:00
|
|
|
|
2020-04-11 21:59:21 +02:00
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
2021-04-14 19:24:30 +02:00
|
|
|
testImplementation project(path: ":smack-omemo", configuration: "testRuntime")
|
2017-06-02 12:26:37 +02:00
|
|
|
}
|