Skip to content

Commit

Permalink
[SampleApp] Don't abort on lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 14, 2021
1 parent 001b8a7 commit d2137d8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sample-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ android {
universalApk true
}
}

lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit d2137d8

Please sign in to comment.