1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 09:09:38 +02:00

Bump MiniDNS to 0.2

This commit is contained in:
Florian Schmaus 2017-01-02 10:46:07 +01:00
parent 5027e9001f
commit 5c2d18deb4
2 changed files with 5 additions and 10 deletions

View file

@ -5,6 +5,6 @@ javax.naming API (e.g. Android)."""
dependencies {
compile project(path: ':smack-core')
compile 'de.measite.minidns:minidns-hla:0.2.0-beta1'
compile 'de.measite.minidns:minidns-hla:[0.2,0.3)'
compile "org.jxmpp:jxmpp-util-cache:$jxmppVersion"
}