Skip to content

Commit

Permalink
Don't abort build on lint errors.
Browse files Browse the repository at this point in the history
Change-Id: Ief1d4929515a4978f28f79991b002e0468a4eb04
  • Loading branch information
nageshs authored and mangini committed Mar 10, 2015
1 parent 05a707a commit ee4e55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {
abortOnError true
abortOnError false
}
}

Expand Down

0 comments on commit ee4e55e

Please sign in to comment.