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