mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 00:32:06 +01:00
8 lines
219 B
Groovy
8 lines
219 B
Groovy
|
dependencies {
|
||
|
implementation project(":smack-messenger")
|
||
|
implementation project(":smack-android-extensions")
|
||
|
|
||
|
// Add the Android jar to the Eclipse .classpath.
|
||
|
compileOnly files(androidBootClasspath)
|
||
|
}
|