After uploading the bundle file to the Play Store, this removes localization resource files based on the phone settings.
To avoid the problem, add the line below:
android {
bundle {
language {
enableSplit = false
}
}
}