mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-01 01:35:59 +01:00
11 lines
231 B
Groovy
11 lines
231 B
Groovy
description="""
|
|
Smack API for XEP-0384: OMEMO Encryption
|
|
"""
|
|
|
|
dependencies {
|
|
api project(":smack-im")
|
|
api project(":smack-extensions")
|
|
api project(":smack-experimental")
|
|
|
|
testFixturesApi(testFixtures(project(":smack-core")))
|
|
}
|