mirror of
https://github.com/wulkanowy/wulkanowy.git
synced 2025-02-20 21:24:44 +01:00
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