From e9e642985a6aacc2d9f8179fac7783523eee5e36 Mon Sep 17 00:00:00 2001 From: AndyScherzinger Date: Tue, 29 May 2018 15:01:32 +0200 Subject: [PATCH] revert lib link --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 944b59edf6..a9dd3ffcdb 100644 --- a/build.gradle +++ b/build.gradle @@ -206,9 +206,9 @@ dependencies { // dependencies for app building implementation 'com.android.support:multidex:1.0.3' // implementation project('nextcloud-android-library') - genericImplementation "com.github.nextcloud:android-library:master-SNAPSHOT" - gplayImplementation "com.github.nextcloud:android-library:master-SNAPSHOT" - versionDevImplementation 'com.github.nextcloud:android-library:master-SNAPSHOT' // use always latest master + genericImplementation "com.github.nextcloud:android-library:trashbinNewEndpoint-SNAPSHOT" + gplayImplementation "com.github.nextcloud:android-library:trashbinNewEndpoint-SNAPSHOT" + versionDevImplementation 'com.github.nextcloud:android-library:trashbinNewEndpoint-SNAPSHOT' // use always latest master implementation "com.android.support:support-v4:${supportLibraryVersion}" implementation "com.android.support:design:${supportLibraryVersion}" implementation 'com.jakewharton:disklrucache:2.0.2'