Skip to content

Commit 48c7e01

Browse files
committed
Fix build.gradle
1 parent b46b8f5 commit 48c7e01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ android {
1717
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
1818
}
1919
}
20+
lintOptions {
21+
disable 'MissingTranslation'
22+
}
2023
}

0 commit comments

Comments
 (0)