mirror of
https://github.com/FossifyOrg/Calculator.git
synced 2026-05-19 11:55:10 -04:00
Disable language splits
See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
@@ -107,6 +107,13 @@ android {
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
|
||||
bundle {
|
||||
language {
|
||||
@Suppress("UnstableApiUsage")
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
|
||||
namespace = "com.fossify.calculator"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user