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