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

Fix typo in smack-android/build.gradle

This commit is contained in:
Florian Schmaus 2014-11-21 14:23:13 +01:00
parent 775f862bc1
commit c60f81f342

View file

@ -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 {