Skip to content

Commit 19999ad

Browse files
committed
Ignore missing translations
1 parent d48f10a commit 19999ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

GPSTest/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ android {
3737
exclude 'META-INF/NOTICE'
3838
}
3939

40+
lintOptions {
41+
disable 'MissingTranslation', 'ExtraTranslation'
42+
}
43+
4044
if (project.hasProperty("secure.properties")
4145
&& new File(project.property("secure.properties")).exists()) {
4246

0 commit comments

Comments
 (0)