Reverting fixed language bundle issue for the playstore

This commit is contained in:
Gouri Panda 2023-10-14 00:34:34 +05:30 committed by Kelson
parent 033d11679e
commit 12c6f5ec79

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
} }
} }
} }