1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-09-10 02:39:42 +02:00

Move gradle subproject configuration into the subproject

This commit is contained in:
Florian Schmaus 2014-03-08 11:47:40 +01:00
parent 45226080e6
commit 93eea8ab8d
12 changed files with 161 additions and 195 deletions

View file

@ -0,0 +1,9 @@
description = """\
DNS SRV with dnsjava
Use dnsjava for DNS SRV lookups. For platforms that don't provide the
javax.naming API (e.g. Android)."""
dependencies {
compile project(path: ':core', configuration: 'dns')
compile 'dnsjava:dnsjava:2.1.1'
}