Modified build.grade to work with translations
This commit is contained in:
parent
c769cf338f
commit
d1094290ac
2 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ android {
|
|||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
}
|
||||
|
||||
lintOptions{
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue