Make smack-android-extensions depend on smack-android

so that Users that want Smack on Android with Smack Extensions just have
to depend on smack-android-extensions.
This commit is contained in:
Florian Schmaus 2014-09-24 12:48:01 +02:00
parent bfebf6a4a5
commit 7219f4b90c
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ 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')
}