mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-10 17:49:38 +02:00
Initial commit
This commit is contained in:
parent
9d626bf787
commit
0d90e6535e
16 changed files with 551 additions and 0 deletions
7
smack-messenger-android/build.gradle
Normal file
7
smack-messenger-android/build.gradle
Normal file
|
@ -0,0 +1,7 @@
|
|||
dependencies {
|
||||
implementation project(":smack-messenger")
|
||||
implementation project(":smack-android-extensions")
|
||||
|
||||
// Add the Android jar to the Eclipse .classpath.
|
||||
compileOnly files(androidBootClasspath)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue