[BIT-2140] Add strings for typeform and export vault (#3369)

This commit is contained in:
Patrick Honkonen
2024-06-27 10:38:19 -04:00
committed by GitHub
parent d9d1e9a12c
commit 54218f86d8
5 changed files with 17 additions and 15 deletions

View File

@@ -108,6 +108,9 @@ android {
unitTests.isIncludeAndroidResources = true
unitTests.isReturnDefaultValues = true
}
lint {
disable.add("MissingTranslation")
}
}
kotlin {