fix: Lint disable ExtraTranslation

This commit is contained in:
Myzel394 2023-08-17 12:36:07 +02:00
parent fc47baf56e
commit 3e41030315
No known key found for this signature in database
GPG Key ID: 50098FCA22080F0F

View File

@ -14,6 +14,10 @@ android {
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
}
lint {
disable "ExtraTranslation"
}
androidResources {
generateLocaleConfig = true
}