Reverting fixed language bundle issue for the playstore

This commit is contained in:
Gouri Panda 2023-10-14 00:34:34 +05:30
parent 2f2db690f1
commit bd051a3b17

View File

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