Update notes about discontinued libraries

This commit is contained in:
Daniel Martí 2015-08-18 19:42:01 -07:00
parent 33e09cc344
commit 968b35f324

View File

@ -39,10 +39,12 @@ if ( !hasProperty( 'sourceDeps' ) ) {
// yet (seems to be a little unsupported as of late), so not using mavenCentral/jcenter.
compile(name: 'nanohttpd-2.1.0')
// Upstream doesn't have a binary on mavenCentral.
// Upstream doesn't have a binary on mavenCentral. Looks discontinued.
compile(name: 'zipsigner')
// Project semi-abandoned, 3.4.1 is from 2011 and we use trunk from 2013
// TODO: active again and 3.4.2 now released, switch when available in jcenter:
// https://github.com/openhab/jmdns/issues/6
compile(name: 'jmdns')
androidTestCompile 'commons-io:commons-io:2.2'