1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 01:49:09 -05:00

Always include all language resources in app bundle (#1527)

This commit is contained in:
Mikołaj Pich 2021-09-22 09:25:16 +02:00 committed by GitHub
parent 6e5481f345
commit 36daa7ccc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,12 @@ android {
viewBinding true
}
bundle {
language {
enableSplit = false
}
}
testOptions.unitTests {
includeAndroidResources = true
}