From 7d9f6b8b63feb161cc442a8129303664cd074a30 Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Thu, 6 Apr 2017 09:01:51 +0200 Subject: [PATCH] use special library branch --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7408ef9ccf..b981e4fc63 100644 --- a/build.gradle +++ b/build.gradle @@ -178,7 +178,7 @@ dependencies { compile name: 'touch-image-view' compile 'com.android.support:multidex:1.0.1' - compile 'com.github.nextcloud:android-library:1.0.14' + compile 'com.github.nextcloud:android-library:externalLinks-SNAPSHOT' compile "com.android.support:support-v4:${supportLibraryVersion}" compile "com.android.support:design:${supportLibraryVersion}" compile 'com.jakewharton:disklrucache:2.0.2'