Fixed language bundle issue for the playstore

This commit is contained in:
Gouri Panda 2023-10-14 01:07:16 +05:30 committed by Kelson
parent 12c6f5ec79
commit c4405ab6d1

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