X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/blobdiff_plain/99d7e189168fb85dda899d218ecfb3bd03a7f478..HEAD:/build.gradle diff --git a/build.gradle b/build.gradle index a0db0184..d96997a6 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ repositories { dependencies { compile name: 'touch-image-view' - compile 'com.android.support:support-v4:22.2.1' compile project(':owncloud-android-library') + compile 'com.android.support:support-v4:22.2.1' compile 'com.jakewharton:disklrucache:2.0.2' compile 'com.android.support:appcompat-v7:22.2.1' } @@ -58,7 +58,7 @@ android { abortOnError false } } - + productFlavors { } @@ -68,3 +68,7 @@ android { } + + + +