aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-23Fix missing source/javadoc archivesRene Treffer1-2/+2
2014-06-22Prepare 0.1.0 snapshotRene Treffer1-111/+55
2014-06-12Simplify cache and extend cache operations.Rene Treffer1-7/+0
Remove the external cache dependency and use a simple LRU based on LinkedHashMap. Make it possible to get the parse time of DNSMessage, which means we can evaluate the TTL later on :-)
2014-06-12Add Cache to minidnsFlorian Schmaus1-0/+12
2014-06-09Update buildTools to 19.1Dominik Schürmann1-2/+2
2014-06-08Make minidns Android agnosticFlorian Schmaus1-31/+123
there is really no need for minidns to be Android exclusive. Replacing the Android log API with JUL make minidns available for Android and Java SE.
2014-04-03AndroidManifest.xml defines minSDK 9, set target sdk to the current one (19)Rene Treffer1-1/+1