From 87030dec8088a5c46023dce9baef09646dd1161f Mon Sep 17 00:00:00 2001 From: MohitMali Date: Thu, 12 Oct 2023 14:24:19 +0530 Subject: [PATCH] We have enabled the universal APK for custom apps because we require this universal APK to create dummy APKs for the Play Store. --- 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 b26d5772d..eb85d0538 100644 --- a/custom/build.gradle.kts +++ b/custom/build.gradle.kts @@ -37,7 +37,7 @@ android { } splits { abi { - isUniversalApk = false + isUniversalApk = true } } }