disable language splitting for app bundle builds (#1165)
This commit is contained in:
parent
f9350462d1
commit
26bea54230
1 changed files with 6 additions and 0 deletions
|
@ -72,6 +72,12 @@ android {
|
||||||
exclude 'LICENSE_OFL'
|
exclude 'LICENSE_OFL'
|
||||||
exclude 'LICENSE_UNICODE'
|
exclude 'LICENSE_UNICODE'
|
||||||
}
|
}
|
||||||
|
bundle {
|
||||||
|
language {
|
||||||
|
// bundle all languages in every apk so the dynamic language switching works
|
||||||
|
enableSplit = false
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ext.daggerVersion = '2.21'
|
ext.daggerVersion = '2.21'
|
||||||
|
|
Loading…
Reference in a new issue