1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +00:00

Merge pull request #101 from owncloud/fix_project_setup

Fixed lint setup
This commit is contained in:
David A. Velasco
2016-08-10 13:16:35 +02:00
committed by GitHub
+2 -4
View File
@@ -45,9 +45,7 @@ android {
release.setRoot('build-types/release')
}
android {
lintOptions {
abortOnError false
}
lintOptions {
abortOnError false
}
}