Skip to content

Commit

Permalink
[BWA-52] Disable MissingTranslation lint error (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintPatrck authored Aug 13, 2024
1 parent f93d11f commit 01ac1f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ android {
}
}
}
lint {
disable.add("MissingTranslation")
}
}

kotlin {
Expand Down

0 comments on commit 01ac1f3

Please sign in to comment.