Skip to content

Commit ce7d826

Browse files
committed
Update abiFilters
1 parent 86bfeba commit ce7d826

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 = ["armeabi-v7a", "arm64-v8a"]
70+
abiFilters = ["arm64-v8a"]
7171
debugSymbolLevel 'FULL'
7272
}
7373

0 commit comments

Comments
 (0)