mirror of
https://github.com/Myzel394/Alibi.git
synced 2025-06-18 23:05:26 +02:00
fix: Lint disable ExtraTranslation
This commit is contained in:
parent
fc47baf56e
commit
3e41030315
@ -14,6 +14,10 @@ android {
|
||||
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
|
||||
}
|
||||
|
||||
lint {
|
||||
disable "ExtraTranslation"
|
||||
}
|
||||
|
||||
androidResources {
|
||||
generateLocaleConfig = true
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user