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

Localization lint; Translation; Readme

This commit is contained in:
Gregor Santner 2016-07-27 21:54:54 +02:00
parent 7b1290be69
commit 61bdbaaea9
5 changed files with 25 additions and 20 deletions

View file

@ -19,6 +19,10 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
disable 'MissingTranslation'
}
}
dependencies {