Skip to content

Commit

Permalink
build: Ignore lint error 'Instantiable'
Browse files Browse the repository at this point in the history
  • Loading branch information
cyb3rko committed Apr 14, 2023
1 parent d2eba01 commit 6c5324a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ android {
enable = false
}
}
lint {
disable 'Instantiatable'
}
}

if (project.hasProperty('sign')) {
Expand Down

0 comments on commit 6c5324a

Please sign in to comment.