1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +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
commit 02cb6749da

View File

@ -45,9 +45,7 @@ android {
release.setRoot('build-types/release')
}
android {
lintOptions {
abortOnError false
}
lintOptions {
abortOnError false
}
}