Skip to content

Commit

Permalink
fixed lib reference in gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyScherzinger committed Jun 6, 2016
1 parent c6ecf8a commit 80ef28b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
include ':owncloud-android-library'
include ':nextcloud-android-library'
include ':'
include ':oc_jb_workaround'

0 comments on commit 80ef28b

Please sign in to comment.