disable language splitting for app bundle builds (#1165)
This commit is contained in:
parent
3f13d8f38b
commit
7612b65bf7
@ -72,6 +72,12 @@ android {
|
||||
exclude 'LICENSE_OFL'
|
||||
exclude 'LICENSE_UNICODE'
|
||||
}
|
||||
bundle {
|
||||
language {
|
||||
// bundle all languages in every apk so the dynamic language switching works
|
||||
enableSplit = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ext.daggerVersion = '2.21'
|
||||
|
Loading…
Reference in New Issue
Block a user