Bug 1860186 - Dont split languages in AAB

(cherry picked from commit cbbfdd7641b4e63399f853f75c0fdb93dd409340)
fenix/120.0
Zac McKenney 7 months ago committed by mergify[bot]
parent ebda263abd
commit 265f79c70c

@ -214,6 +214,14 @@ android {
targetCompatibility JavaVersion.VERSION_17
}
bundle {
language {
// Because we have runtime language selection we will keep all strings and languages
// in the base APKs.
enableSplit = false
}
}
lint {
lintConfig file("lint.xml")
baseline file("lint-baseline.xml")

Loading…
Cancel
Save