Skip to content

Commit

Permalink
Merge pull request #101 from owncloud/fix_project_setup
Browse files Browse the repository at this point in the history
Fixed lint setup
  • Loading branch information
davivel committed Aug 10, 2016
2 parents 1b19115 + 34d1ce9 commit 02cb674
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ android {
release.setRoot('build-types/release')
}

android {
lintOptions {
abortOnError false
}
lintOptions {
abortOnError false
}
}

0 comments on commit 02cb674

Please sign in to comment.