1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +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
+1 -1
View File
@@ -36,7 +36,7 @@ android {
debug.setRoot('build-types/debug')
release.setRoot('build-types/release')
}
lintOptions {
abortOnError false
}