mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
12 lines
358 B
Groovy
12 lines
358 B
Groovy
description = """\
|
|
Extra Smack extensions for Android."""
|
|
|
|
// Note that the test dependencies (junit, …) are inferred from the
|
|
// sourceSet.test of the core subproject
|
|
dependencies {
|
|
compile project(':smack-android')
|
|
compile project(':smack-extensions')
|
|
|
|
// Add the Android jar to the Eclipse .classpath.
|
|
compileClasspath files(androidBootClasspath)
|
|
}
|