Skip to content

Commit

Permalink
Don't abort on lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
boehs authored Oct 10, 2022
1 parent 8faf04b commit 6e5f214
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ android {
}
}
namespace 'bruhcollective.itaysonlab.jetispot'

lintOptions {
abortOnError false
}
}

moshi {
Expand Down

0 comments on commit 6e5f214

Please sign in to comment.