mirror of
https://github.com/accelforce/Yuito
synced 2025-01-03 11:30:29 +01:00
disable language splitting for app bundle builds (#1165)
This commit is contained in:
parent
f9350462d1
commit
26bea54230
@ -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 New Issue
Block a user