Browse Source

fixed lib reference in gradle

Andy Scherzinger 8 years ago
parent
commit
80ef28b288
2 changed files with 2 additions and 2 deletions
  1. 1 1
      build.gradle
  2. 1 1
      settings.gradle

+ 1 - 1
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'

+ 1 - 1
settings.gradle

@@ -1,3 +1,3 @@
-include ':owncloud-android-library'
+include ':nextcloud-android-library'
 include ':'
 include ':oc_jb_workaround'