diff --git a/custom/build.gradle.kts b/custom/build.gradle.kts index b26d5772d..037471284 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -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 } } }