1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-09-09 10:19:42 +02:00

disable 'MissingTranslation'

This commit is contained in:
scoute-dich 2016-03-15 19:43:08 +01:00
parent f84af83129
commit d90b595490
2 changed files with 5 additions and 20 deletions

View file

@ -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 {