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
|
viewBinding true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bundle {
|
||||||
|
language {
|
||||||
|
enableSplit = false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
testOptions.unitTests {
|
testOptions.unitTests {
|
||||||
includeAndroidResources = true
|
includeAndroidResources = true
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user