From 968b35f324521a15945130e897e6dc7223c19cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 18 Aug 2015 19:42:01 -0700 Subject: [PATCH] Update notes about discontinued libraries --- F-Droid/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/F-Droid/build.gradle b/F-Droid/build.gradle index 12859bdbb..b83624794 100644 --- a/F-Droid/build.gradle +++ b/F-Droid/build.gradle @@ -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'