summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 904d9506..f7483675 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -61,6 +61,22 @@ android {
jumboMode true
multiDexEnabled true
}
+
+ ndk {
+ abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
+ }
+
+ bundle {
+ language {
+ enableSplit = true
+ }
+ density {
+ enableSplit = true
+ }
+ abi {
+ enableSplit = true
+ }
+ }
}
flavorDimensions "branding", "implementation", "abi"