Skip to content

Commit

Permalink
don't abort build process if a translation is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
oliexdev committed May 7, 2017
1 parent 8a874c9 commit 937c22c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions android_app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ android {
versionName "1.5.1"
}

lintOptions {
abortOnError false
}

buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit 937c22c

Please sign in to comment.