added disable split mode for the each language

This commit is contained in:
Gouri Panda 2023-05-22 02:12:33 +05:30
parent 846868499e
commit 5adc75281c

View File

@ -35,6 +35,13 @@ android {
isUniversalApk = true
}
}
bundle {
language {
// This is disabled so that the App Bundle does NOT split the APK for each language.
// We're gonna use the same APK for all languages.
enableSplit = false
}
}
}
fun ProductFlavor.createDownloadTask(file: File): Task {