mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 05:51:08 +01:00
Initial commit
This commit is contained in:
parent
9d626bf787
commit
0d90e6535e
16 changed files with 551 additions and 0 deletions
7
smack-messenger/build.gradle
Normal file
7
smack-messenger/build.gradle
Normal 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")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue