mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-13 03:12:06 +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 = """\
|
||||
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 a new issue