mirror of
https://github.com/gsantner/dandelion
synced 2025-09-09 10:19:42 +02:00
disable 'MissingTranslation'
This commit is contained in:
parent
f84af83129
commit
d90b595490
2 changed files with 5 additions and 20 deletions
|
@ -9,7 +9,7 @@ android {
|
|||
applicationId "de.baumann.diaspora"
|
||||
minSdkVersion 15
|
||||
targetSdkVersion 23
|
||||
versionCode 6
|
||||
versionCode 8
|
||||
versionName "1.1"
|
||||
}
|
||||
buildTypes {
|
||||
|
@ -18,6 +18,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