1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2024-06-17 00:54:52 +02:00

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

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')
}