mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
11 lines
341 B
Groovy
11 lines
341 B
Groovy
|
description = """\
|
||
|
Examples and test applications for Smack"""
|
||
|
|
||
|
dependencies {
|
||
|
// Smack's integration test framework (sintest) depends on
|
||
|
// smack-java*-full and since we may want to use parts of sinttest
|
||
|
// in smack-examples, we simply depend sinttest.
|
||
|
api project(':smack-integration-test')
|
||
|
api project(':smack-omemo-signal')
|
||
|
}
|