mirror of
https://github.com/FossifyOrg/Contacts.git
synced 2026-05-19 12:05:45 -04:00
Disable language splits
See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
@@ -92,6 +92,13 @@ android {
|
||||
warningsAsErrors = true
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
|
||||
bundle {
|
||||
language {
|
||||
@Suppress("UnstableApiUsage")
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
detekt {
|
||||
|
||||
Reference in New Issue
Block a user