Fix typo in smack-android/build.gradle
parent
775f862bc1
commit
c60f81f342
|
@ -1,12 +1,9 @@
|
|||
description = """\
|
||||
Smack for Android.
|
||||
All the required dependencies to run Smack on Android.
|
||||
Usually you want to add additional dependencies to smack-tcp,
|
||||
Usually you want to add additional dependencies like smack-tcp,
|
||||
smack-extensions and smack-experimental."""
|
||||
|
||||
ext {
|
||||
}
|
||||
|
||||
// Note that the test dependencies (junit, …) are inferred from the
|
||||
// sourceSet.test of the core subproject
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue