forked from github/wulkanowy-mirror
Always include all language resources in app bundle (#1527)
This commit is contained in:
@ -104,6 +104,12 @@ android {
|
||||
viewBinding true
|
||||
}
|
||||
|
||||
bundle {
|
||||
language {
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
|
||||
testOptions.unitTests {
|
||||
includeAndroidResources = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user