From 12c6f5ec79559d701eae955abdda0e3befe8f7ce Mon Sep 17 00:00:00 2001 From: Gouri Panda Date: Sat, 14 Oct 2023 00:34:34 +0530 Subject: [PATCH] Reverting fixed language bundle issue for the playstore --- custom/build.gradle.kts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 } } }