Skip to content

Commit c2aac50

Browse files
committed
Disable MissingTranslation Lint checks for release
We have missing translations and we can't do anything about that.
1 parent acfd3e7 commit c2aac50

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

FWeather/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ android {
3333
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
3434
}
3535
}
36+
37+
lintOptions {
38+
disable 'MissingTranslation'
39+
}
3640
}
3741

3842
dependencies {

gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)