1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-12 05:51:08 +01:00

Initial commit

This commit is contained in:
Paul Schaub 2020-02-08 17:56:24 +01:00
parent 9d626bf787
commit 0d90e6535e
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
16 changed files with 551 additions and 0 deletions

View file

@ -0,0 +1,7 @@
dependencies {
implementation project(":smack-core")
implementation project(":smack-tcp")
implementation project(":smack-im")
implementation project(":smack-extensions")
implementation project(":smack-experimental")
}