1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-08 00:16:09 +00:00

Updated build.gradle to allow Android Studio to properly identify test_client as a module

This commit is contained in:
Jorge Antonio Diaz-Benito Soriano 2014-09-19 12:37:30 +02:00 committed by David A. Velasco
parent 7fd0028cc9
commit 4a76d429ab
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ repositories {
dependencies { dependencies {
compile 'commons-httpclient:commons-httpclient:3.1' compile 'commons-httpclient:commons-httpclient:3.1'
compile 'com.android.support:support-v4:20.0.0' compile 'com.android.support:support-v4:20.0.0'
compile project(':')
} }
android { android {