From ab59cd784ebd70d31e62adfffd814f84266f328d Mon Sep 17 00:00:00 2001 From: tobiaskaminsky Date: Mon, 15 May 2017 12:55:34 +0200 Subject: [PATCH] use 1.0.18 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e136eb20f..6a4b6d1bd4 100644 --- a/build.gradle +++ b/build.gradle @@ -179,7 +179,7 @@ dependencies { compile name: 'touch-image-view' compile 'com.android.support:multidex:1.0.1' - compile 'com.github.nextcloud:android-library:logFolder-SNAPSHOT' + compile 'com.github.nextcloud:android-library:1.0.18' compile "com.android.support:support-v4:${supportLibraryVersion}" compile "com.android.support:design:${supportLibraryVersion}" compile 'com.jakewharton:disklrucache:2.0.2'