Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Merged solitare lint suppresion with the rest
  • Loading branch information
igoticecream authored Sep 27, 2016
1 parent 90e1184 commit 4184fa6
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ android {
'InvalidPackage',
'UnusedResources',
'GoogleAppIndexingWarning',
'IconLocation'
'IconLocation',
'MissingTranslation'
}
dexOptions {
dexInProcess true
Expand Down Expand Up @@ -132,13 +133,3 @@ dependencies {

provided libraries.xposed
}

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

0 comments on commit 4184fa6

Please sign in to comment.