Disable language splits
See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
parent
6936a10345
commit
3b4f084a83
1 changed files with 7 additions and 0 deletions
|
|
@ -97,6 +97,13 @@ android {
|
|||
warningsAsErrors = true
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
|
||||
bundle {
|
||||
language {
|
||||
@Suppress("UnstableApiUsage")
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
detekt {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue