Skip to content

Commit

Permalink
disable linting fail on missed translation
Browse files Browse the repository at this point in the history
  • Loading branch information
GrakovNe committed Dec 21, 2024
1 parent ef3c490 commit f352f13
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ android {
namespace = "org.grakovne.lissen"
compileSdk = 35

lint {
disable.add("MissingTranslation")
}

defaultConfig {
applicationId = "org.grakovne.lissen"
minSdk = 28
Expand Down

0 comments on commit f352f13

Please sign in to comment.