mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01: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:
parent
bfebf6a4a5
commit
7219f4b90c
1 changed files with 1 additions and 0 deletions
|
@ -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')
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue