We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bfeba commit ce7d826Copy full SHA for ce7d826
android/app/build.gradle
@@ -67,7 +67,7 @@ android {
67
}
68
ndk {
69
// Specifies the ABI configurations of native libraries Gradle should build and package with the app.
70
- abiFilters = ["armeabi-v7a", "arm64-v8a"]
+ abiFilters = ["arm64-v8a"]
71
debugSymbolLevel 'FULL'
72
73
0 commit comments