1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-10 17:49:38 +02: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-messenger")
implementation project(":smack-android-extensions")
// Add the Android jar to the Eclipse .classpath.
compileOnly files(androidBootClasspath)
}