From 84a961a41350a0f64f7ed3cf1448be70b4a699c7 Mon Sep 17 00:00:00 2001 From: Andriy Druk Date: Mon, 7 Mar 2016 17:09:00 +0200 Subject: [PATCH] update rxdnssd library --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 40ad019..a1f3d73 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ dependencies { //Android Support Libraries Version def supportLibrary = '23.2.0' - compile 'com.github.andriydruk:rxdnssd:0.5.0' + compile 'com.github.andriydruk:rxdnssd:0.6.2' compile "com.android.support:support-v4:$supportLibrary" compile "com.android.support:appcompat-v7:$supportLibrary" compile "com.android.support:design:$supportLibrary"