android {
bundle {
language {
enableSplit = false
}
}
}
As after August 2021 for new apk we have to upload bundle in playstore so is we need to do above step while upload .aab file?
android {
bundle {
language {
enableSplit = false
}
}
}
As after August 2021 for new apk we have to upload bundle in playstore so is we need to do above step while upload .aab file?