We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e683a7b commit 65a1a37Copy full SHA for 65a1a37
auth/build.gradle.kts
@@ -11,6 +11,7 @@ android {
11
12
lintOptions {
13
disable("UnusedQuantity")
14
+ disable("MissingTranslation") // TODO: Translate fui_auto_verified
15
}
16
17
testOptions {
0 commit comments