cheogram/libs/minidns
Michael 868d9f890c update android gradle plugin to 0.14.4
to work with AS >= 0.9.0 plugin >= 0.14.0 is required
also update gradle to 2.2.
2014-11-22 19:53:37 +01:00
..
src/main/java/de/measite/minidns Subtree merged in minidns 2014-10-28 12:14:21 -04:00
.gitignore Subtree merged in minidns 2014-10-28 12:14:21 -04:00
build.gradle update android gradle plugin to 0.14.4 2014-11-22 19:53:37 +01:00
gradle.properties.example Subtree merged in minidns 2014-10-28 12:14:21 -04:00
LICENCE Subtree merged in minidns 2014-10-28 12:14:21 -04:00
LICENCE_APACHE Subtree merged in minidns 2014-10-28 12:14:21 -04:00
LICENCE_LGPL2.1 Subtree merged in minidns 2014-10-28 12:14:21 -04:00
LICENCE_WTFPL Subtree merged in minidns 2014-10-28 12:14:21 -04:00
README.md Subtree merged in minidns 2014-10-28 12:14:21 -04:00

MiniDNS

MiniDNS is a minimal dns client library for android. It can parse a basic set of resource records (A, AAAA, NS, SRV) and is easy to use and extend.

This library is not intended to be used as a DNS server. You might want to look into dnsjava for such functionality.