From 80ef28b2885027b70c7f6224f7210d3782c274d8 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Tue, 7 Jun 2016 01:52:02 +0200 Subject: [PATCH] fixed lib reference in gradle --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 20cadd0827..9bda6ffc0b 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ repositories { dependencies { /// dependencies for app building compile name: 'touch-image-view' - compile project(':owncloud-android-library') + compile project(':nextcloud-android-library') compile "com.android.support:support-v4:${supportLibraryVersion}" compile "com.android.support:design:${supportLibraryVersion}" compile 'com.jakewharton:disklrucache:2.0.2' diff --git a/settings.gradle b/settings.gradle index 049c5c29d3..66ba420b80 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,3 @@ -include ':owncloud-android-library' +include ':nextcloud-android-library' include ':' include ':oc_jb_workaround'