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'