We have enabled the universal APK for custom apps because we require this universal APK to create dummy APKs for the Play Store.

This commit is contained in:
MohitMali 2023-10-12 14:24:19 +05:30
parent 7ab1838ad0
commit 87030dec80

View File

@ -37,7 +37,7 @@ android {
}
splits {
abi {
isUniversalApk = false
isUniversalApk = true
}
}
}