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:
parent
7fd0028cc9
commit
4a76d429ab
@ -36,7 +36,7 @@ android {
|
|||||||
debug.setRoot('build-types/debug')
|
debug.setRoot('build-types/debug')
|
||||||
release.setRoot('build-types/release')
|
release.setRoot('build-types/release')
|
||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
abortOnError false
|
abortOnError false
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user