Disabled the universal APK as now we are uploading the dummy bundle for custom apps instead of APK.

This commit is contained in:
MohitMali 2023-10-13 16:10:42 +05:30
parent 87030dec80
commit 77b8560c6f

View File

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