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