Disable language splits

See https://github.com/FossifyOrg/General-Discussion/issues/242
This commit is contained in:
Naveen Singh
2024-10-20 02:59:52 -04:00
parent 20d0448115
commit 12e3e418cb

View File

@@ -107,6 +107,13 @@ android {
baseline = file("lint-baseline.xml")
}
bundle {
language {
@Suppress("UnstableApiUsage")
enableSplit = false
}
}
namespace = "com.fossify.calculator"
}