Skip to content

Commit

Permalink
fixed "Error: * is not translated in ..."
Browse files Browse the repository at this point in the history
  • Loading branch information
pperle committed Sep 27, 2016
1 parent 6e93f09 commit 90e1184
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,13 @@ dependencies {

provided libraries.xposed
}

android {
buildTypes {
release {
lintOptions {
disable 'MissingTranslation'
}
}
}
}

0 comments on commit 90e1184

Please sign in to comment.