From 77b8560c6f11408a71db8bdd117dc71c0f0d5e2b Mon Sep 17 00:00:00 2001 From: MohitMali Date: Fri, 13 Oct 2023 16:10:42 +0530 Subject: [PATCH] Disabled the universal APK as now we are uploading the dummy bundle for custom apps instead of APK. --- custom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/build.gradle.kts b/custom/build.gradle.kts index eb85d0538..b26d5772d 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -37,7 +37,7 @@ android { } splits { abi { - isUniversalApk = true + isUniversalApk = false } } }