summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/android/build.gradle b/build/android/build.gradle
index 61163288f..3601434f5 100644
--- a/build/android/build.gradle
+++ b/build/android/build.gradle
@@ -38,7 +38,7 @@ android {
// Specifies the ABI configurations of your native
// libraries Gradle should build and package with your APK.
// abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86', 'x86_64'
- abiFilters 'armeabi-v7a', 'x86'
+ abiFilters 'armeabi-v7a', 'x86', 'arm64-v8a'
}
}