chore: rely on env var to build universalAPK

This commit is contained in:
Siddarth Kumar 2024-09-04 12:53:53 +05:30
parent 087d0ceccc
commit ac42135f57
No known key found for this signature in database
GPG Key ID: 599D10112BF518DB
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ android {
reset()
enable getEnvOrConfig('ANDROID_ABI_SPLIT').toBoolean()
include getEnvOrConfig('ANDROID_ABI_INCLUDE').split(";")
universalApk false
universalApk getEnvOrConfig('ORG_GRADLE_PROJECT_universalApk').toBoolean()
}
}
signingConfigs {