Android: Only include "armeabi-v7a", "x86", "arm64-v8a", "x86_64" in APK

pull/8712/head
Laurent Cozic 2023-08-22 14:08:03 +01:00
parent f807a0179d
commit 4e2d36648e
1 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2097718
versionName "2.12.1"
// ndk {
// abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
// }
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
}
// https://github.com/react-native-community/react-native-camera/issues/2138
missingDimensionStrategy 'react-native-camera', 'general'