Fixed language bundle issue for the playstore

This commit is contained in:
Gouri Panda 2023-10-13 23:54:45 +05:30
parent 77b8560c6f
commit 2f2db690f1

View File

@ -35,9 +35,11 @@ android {
}
}
}
splits {
abi {
isUniversalApk = false
bundle {
language {
// This is for testing the bundle file for the play store
//Context: #3503
enableSplit = false
}
}
}