mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Fix typo in smack-android/build.gradle
This commit is contained in:
parent
775f862bc1
commit
c60f81f342
1 changed files with 1 additions and 4 deletions
|
@ -1,12 +1,9 @@
|
||||||
description = """\
|
description = """\
|
||||||
Smack for Android.
|
Smack for Android.
|
||||||
All the required dependencies to run Smack on 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."""
|
smack-extensions and smack-experimental."""
|
||||||
|
|
||||||
ext {
|
|
||||||
}
|
|
||||||
|
|
||||||
// Note that the test dependencies (junit, …) are inferred from the
|
// Note that the test dependencies (junit, …) are inferred from the
|
||||||
// sourceSet.test of the core subproject
|
// sourceSet.test of the core subproject
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
Loading…
Reference in a new issue