Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Commit

Permalink
fixed build on lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mente committed May 14, 2014
1 parent 64010e7 commit 1972448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ android {
}
buildToolsVersion "19.0.1"
compileSdkVersion 19
lintOptions {
abortOnError false
}
}

android.libraryVariants.all { variant ->
Expand Down

0 comments on commit 1972448

Please sign in to comment.