Skip to content

Commit 86bfeba

Browse files
committed
Update ABI configuration
1 parent 9056ccb commit 86bfeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ android {
6767
}
6868
ndk {
6969
// Specifies the ABI configurations of native libraries Gradle should build and package with the app.
70-
abiFilters = ["x86_64", "arm64-v8a"]
70+
abiFilters = ["armeabi-v7a", "arm64-v8a"]
7171
debugSymbolLevel 'FULL'
7272
}
7373

0 commit comments

Comments
 (0)