1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Add smack-examples

This commit is contained in:
Florian Schmaus 2023-11-28 10:46:16 +01:00
parent 5a78534443
commit 04dc212db8
17 changed files with 245 additions and 146 deletions

View file

@ -0,0 +1,10 @@
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')
}