diff --git a/custom/build.gradle.kts b/custom/build.gradle.kts index 037471284..b26d5772d 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -35,11 +35,9 @@ android { } } } - bundle { - language { - // This is for testing the bundle file for the play store - //Context: #3503 - enableSplit = false + splits { + abi { + isUniversalApk = false } } }